Class: Humidifier::QuickSight::DataSource
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::QuickSight::DataSource resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#alternate_data_source_parameters ⇒ Object
returns the AlternateDataSourceParameters property.
-
#alternate_data_source_parameters=(value) ⇒ Object
sets the AlternateDataSourceParameters property (List).
-
#aws_account_id ⇒ Object
returns the AwsAccountId property.
-
#aws_account_id=(value) ⇒ Object
sets the AwsAccountId property (String).
-
#credentials ⇒ Object
returns the Credentials property.
-
#credentials=(value) ⇒ Object
sets the Credentials property (Structure).
-
#data_source_id ⇒ Object
returns the DataSourceId property.
-
#data_source_id=(value) ⇒ Object
sets the DataSourceId property (String).
-
#data_source_parameters ⇒ Object
returns the DataSourceParameters property.
-
#data_source_parameters=(value) ⇒ Object
sets the DataSourceParameters property (Structure).
-
#error_info ⇒ Object
returns the ErrorInfo property.
-
#error_info=(value) ⇒ Object
sets the ErrorInfo property (Structure).
-
#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).
-
#ssl_properties ⇒ Object
returns the SslProperties property.
-
#ssl_properties=(value) ⇒ Object
sets the SslProperties property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#type ⇒ Object
returns the Type property.
-
#type=(value) ⇒ Object
sets the Type property (String).
-
#vpc_connection_properties ⇒ Object
returns the VpcConnectionProperties property.
-
#vpc_connection_properties=(value) ⇒ Object
sets the VpcConnectionProperties property (Structure).
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
#alternate_data_source_parameters ⇒ Object
returns the AlternateDataSourceParameters property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def alternate_data_source_parameters properties['alternate_data_source_parameters'] end |
#alternate_data_source_parameters=(value) ⇒ Object
sets the AlternateDataSourceParameters property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def alternate_data_source_parameters=(value) update_property('alternate_data_source_parameters', value) end |
#aws_account_id ⇒ Object
returns the AwsAccountId property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def aws_account_id properties['aws_account_id'] end |
#aws_account_id=(value) ⇒ Object
sets the AwsAccountId property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def aws_account_id=(value) update_property('aws_account_id', value) end |
#credentials ⇒ Object
returns the Credentials property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def credentials properties['credentials'] end |
#credentials=(value) ⇒ Object
sets the Credentials property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def credentials=(value) update_property('credentials', value) end |
#data_source_id ⇒ Object
returns the DataSourceId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def data_source_id properties['data_source_id'] end |
#data_source_id=(value) ⇒ Object
sets the DataSourceId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def data_source_id=(value) update_property('data_source_id', value) end |
#data_source_parameters ⇒ Object
returns the DataSourceParameters property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def data_source_parameters properties['data_source_parameters'] end |
#data_source_parameters=(value) ⇒ Object
sets the DataSourceParameters property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def data_source_parameters=(value) update_property('data_source_parameters', value) end |
#error_info ⇒ Object
returns the ErrorInfo property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def error_info properties['error_info'] end |
#error_info=(value) ⇒ Object
sets the ErrorInfo property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def error_info=(value) update_property('error_info', value) end |
#name ⇒ Object
returns the Name property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def name=(value) update_property('name', value) end |
#permissions ⇒ Object
returns the Permissions property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def properties['permissions'] end |
#permissions=(value) ⇒ Object
sets the Permissions property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def (value) update_property('permissions', value) end |
#ssl_properties ⇒ Object
returns the SslProperties property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def ssl_properties properties['ssl_properties'] end |
#ssl_properties=(value) ⇒ Object
sets the SslProperties property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def ssl_properties=(value) update_property('ssl_properties', value) end |
#tags ⇒ Object
returns the Tags property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def (value) update_property('tags', value) end |
#type ⇒ Object
returns the Type property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def type properties['type'] end |
#type=(value) ⇒ Object
sets the Type property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def type=(value) update_property('type', value) end |
#vpc_connection_properties ⇒ Object
returns the VpcConnectionProperties property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def vpc_connection_properties properties['vpc_connection_properties'] end |
#vpc_connection_properties=(value) ⇒ Object
sets the VpcConnectionProperties property (Structure)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def vpc_connection_properties=(value) update_property('vpc_connection_properties', value) end |