Class: Humidifier::QuickSight::DataSet

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::QuickSight::DataSet resource

AWS Resource:

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#aws_account_idObject

returns the AwsAccountId property



10
11
12
# File 'lib/humidifier/magic.rb', line 10

def 
  properties['aws_account_id']
end

#aws_account_id=(value) ⇒ Object

sets the AwsAccountId property (String)



15
16
17
# File 'lib/humidifier/magic.rb', line 15

def (value)
  update_property('aws_account_id', value)
end

#column_groupsObject

returns the ColumnGroups property



20
21
22
# File 'lib/humidifier/magic.rb', line 20

def column_groups
  properties['column_groups']
end

#column_groups=(value) ⇒ Object

sets the ColumnGroups property (List)



25
26
27
# File 'lib/humidifier/magic.rb', line 25

def column_groups=(value)
  update_property('column_groups', value)
end

#column_level_permission_rulesObject

returns the ColumnLevelPermissionRules property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def column_level_permission_rules
  properties['column_level_permission_rules']
end

#column_level_permission_rules=(value) ⇒ Object

sets the ColumnLevelPermissionRules property (List)



35
36
37
# File 'lib/humidifier/magic.rb', line 35

def column_level_permission_rules=(value)
  update_property('column_level_permission_rules', value)
end

#data_set_idObject

returns the DataSetId property



40
41
42
# File 'lib/humidifier/magic.rb', line 40

def data_set_id
  properties['data_set_id']
end

#data_set_id=(value) ⇒ Object

sets the DataSetId property (String)



45
46
47
# File 'lib/humidifier/magic.rb', line 45

def data_set_id=(value)
  update_property('data_set_id', value)
end

#field_foldersObject

returns the FieldFolders property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def field_folders
  properties['field_folders']
end

#field_folders=(value) ⇒ Object

sets the FieldFolders property (Map)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def field_folders=(value)
  update_property('field_folders', value)
end

#import_modeObject

returns the ImportMode property



60
61
62
# File 'lib/humidifier/magic.rb', line 60

def import_mode
  properties['import_mode']
end

#import_mode=(value) ⇒ Object

sets the ImportMode property (String)



65
66
67
# File 'lib/humidifier/magic.rb', line 65

def import_mode=(value)
  update_property('import_mode', value)
end

#ingestion_wait_policyObject

returns the IngestionWaitPolicy property



70
71
72
# File 'lib/humidifier/magic.rb', line 70

def ingestion_wait_policy
  properties['ingestion_wait_policy']
end

#ingestion_wait_policy=(value) ⇒ Object

sets the IngestionWaitPolicy property (Structure)



75
76
77
# File 'lib/humidifier/magic.rb', line 75

def ingestion_wait_policy=(value)
  update_property('ingestion_wait_policy', value)
end

#logical_table_mapObject

returns the LogicalTableMap property



80
81
82
# File 'lib/humidifier/magic.rb', line 80

def logical_table_map
  properties['logical_table_map']
end

#logical_table_map=(value) ⇒ Object

sets the LogicalTableMap property (Map)



85
86
87
# File 'lib/humidifier/magic.rb', line 85

def logical_table_map=(value)
  update_property('logical_table_map', value)
end

#nameObject

returns the Name property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def name
  properties['name']
end

#name=(value) ⇒ Object

sets the Name property (String)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def name=(value)
  update_property('name', value)
end

#permissionsObject

returns the Permissions property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def permissions
  properties['permissions']
end

#permissions=(value) ⇒ Object

sets the Permissions property (List)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def permissions=(value)
  update_property('permissions', value)
end

#physical_table_mapObject

returns the PhysicalTableMap property



110
111
112
# File 'lib/humidifier/magic.rb', line 110

def physical_table_map
  properties['physical_table_map']
end

#physical_table_map=(value) ⇒ Object

sets the PhysicalTableMap property (Map)



115
116
117
# File 'lib/humidifier/magic.rb', line 115

def physical_table_map=(value)
  update_property('physical_table_map', value)
end

#row_level_permission_data_setObject

returns the RowLevelPermissionDataSet property



120
121
122
# File 'lib/humidifier/magic.rb', line 120

def row_level_permission_data_set
  properties['row_level_permission_data_set']
end

#row_level_permission_data_set=(value) ⇒ Object

sets the RowLevelPermissionDataSet property (Structure)



125
126
127
# File 'lib/humidifier/magic.rb', line 125

def row_level_permission_data_set=(value)
  update_property('row_level_permission_data_set', value)
end

#tagsObject

returns the Tags property



130
131
132
# File 'lib/humidifier/magic.rb', line 130

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



135
136
137
# File 'lib/humidifier/magic.rb', line 135

def tags=(value)
  update_property('tags', value)
end