Class: Humidifier::QuickSight::DataSet
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::QuickSight::DataSet resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#aws_account_id ⇒ Object
returns the AwsAccountId property.
-
#aws_account_id=(value) ⇒ Object
sets the AwsAccountId property (String).
-
#column_groups ⇒ Object
returns the ColumnGroups property.
-
#column_groups=(value) ⇒ Object
sets the ColumnGroups property (List).
-
#column_level_permission_rules ⇒ Object
returns the ColumnLevelPermissionRules property.
-
#column_level_permission_rules=(value) ⇒ Object
sets the ColumnLevelPermissionRules property (List).
-
#data_set_id ⇒ Object
returns the DataSetId property.
-
#data_set_id=(value) ⇒ Object
sets the DataSetId property (String).
-
#field_folders ⇒ Object
returns the FieldFolders property.
-
#field_folders=(value) ⇒ Object
sets the FieldFolders property (Map).
-
#import_mode ⇒ Object
returns the ImportMode property.
-
#import_mode=(value) ⇒ Object
sets the ImportMode property (String).
-
#ingestion_wait_policy ⇒ Object
returns the IngestionWaitPolicy property.
-
#ingestion_wait_policy=(value) ⇒ Object
sets the IngestionWaitPolicy property (Structure).
-
#logical_table_map ⇒ Object
returns the LogicalTableMap property.
-
#logical_table_map=(value) ⇒ Object
sets the LogicalTableMap property (Map).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#permissions ⇒ Object
returns the Permissions property.
-
#permissions=(value) ⇒ Object
sets the Permissions property (List).
-
#physical_table_map ⇒ Object
returns the PhysicalTableMap property.
-
#physical_table_map=(value) ⇒ Object
sets the PhysicalTableMap property (Map).
-
#row_level_permission_data_set ⇒ Object
returns the RowLevelPermissionDataSet property.
-
#row_level_permission_data_set=(value) ⇒ Object
sets the RowLevelPermissionDataSet property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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_id ⇒ Object
returns the AwsAccountId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def aws_account_id 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 aws_account_id=(value) update_property('aws_account_id', value) end |
#column_groups ⇒ Object
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_rules ⇒ Object
returns the ColumnLevelPermissionRules property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def 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 (value) update_property('column_level_permission_rules', value) end |
#data_set_id ⇒ Object
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_folders ⇒ Object
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_mode ⇒ Object
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_policy ⇒ Object
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_map ⇒ Object
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 |
#name ⇒ Object
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 |
#permissions ⇒ Object
returns the Permissions property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def properties['permissions'] end |
#permissions=(value) ⇒ Object
sets the Permissions property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def (value) update_property('permissions', value) end |
#physical_table_map ⇒ Object
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_set ⇒ Object
returns the RowLevelPermissionDataSet property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def 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 (value) update_property('row_level_permission_data_set', value) end |
#tags ⇒ Object
returns the Tags property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def (value) update_property('tags', value) end |