Class: Humidifier::QuickSight::DataSource

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

Overview

A dynamically-defined class that represents an AWS::QuickSight::DataSource 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

#alternate_data_source_parametersObject

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_idObject

returns the AwsAccountId property



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

def 
  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 (value)
  update_property('aws_account_id', value)
end

#credentialsObject

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_idObject

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_parametersObject

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_infoObject

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

#nameObject

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

#permissionsObject

returns the Permissions property



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

def permissions
  properties['permissions']
end

#permissions=(value) ⇒ Object

sets the Permissions property (List)



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

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

#ssl_propertiesObject

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

#tagsObject

returns the Tags property



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

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



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

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

#typeObject

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_propertiesObject

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