Class: Humidifier::EMR::Studio

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

Overview

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

#auth_modeObject

returns the AuthMode property



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

def auth_mode
  properties['auth_mode']
end

#auth_mode=(value) ⇒ Object

sets the AuthMode property (String)



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

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

#default_s3_locationObject

returns the DefaultS3Location property



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

def default_s3_location
  properties['default_s3_location']
end

#default_s3_location=(value) ⇒ Object

sets the DefaultS3Location property (String)



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

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

#descriptionObject

returns the Description property



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

def description
  properties['description']
end

#description=(value) ⇒ Object

sets the Description property (String)



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

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

#engine_security_group_idObject

returns the EngineSecurityGroupId property



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

def engine_security_group_id
  properties['engine_security_group_id']
end

#engine_security_group_id=(value) ⇒ Object

sets the EngineSecurityGroupId property (String)



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

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

#idp_auth_urlObject

returns the IdpAuthUrl property



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

def idp_auth_url
  properties['idp_auth_url']
end

#idp_auth_url=(value) ⇒ Object

sets the IdpAuthUrl property (String)



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

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

#idp_relay_state_parameter_nameObject

returns the IdpRelayStateParameterName property



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

def idp_relay_state_parameter_name
  properties['idp_relay_state_parameter_name']
end

#idp_relay_state_parameter_name=(value) ⇒ Object

sets the IdpRelayStateParameterName property (String)



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

def idp_relay_state_parameter_name=(value)
  update_property('idp_relay_state_parameter_name', 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

#service_roleObject

returns the ServiceRole property



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

def service_role
  properties['service_role']
end

#service_role=(value) ⇒ Object

sets the ServiceRole property (String)



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

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

#subnet_idsObject

returns the SubnetIds property



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

def subnet_ids
  properties['subnet_ids']
end

#subnet_ids=(value) ⇒ Object

sets the SubnetIds property (List)



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

def subnet_ids=(value)
  update_property('subnet_ids', 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

#user_roleObject

returns the UserRole property



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

def user_role
  properties['user_role']
end

#user_role=(value) ⇒ Object

sets the UserRole property (String)



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

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

#vpc_idObject

returns the VpcId property



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

def vpc_id
  properties['vpc_id']
end

#vpc_id=(value) ⇒ Object

sets the VpcId property (String)



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

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

#workspace_security_group_idObject

returns the WorkspaceSecurityGroupId property



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

def workspace_security_group_id
  properties['workspace_security_group_id']
end

#workspace_security_group_id=(value) ⇒ Object

sets the WorkspaceSecurityGroupId property (String)



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

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