Class: Humidifier::SageMaker::Domain
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::SageMaker::Domain resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#app_network_access_type ⇒ Object
returns the AppNetworkAccessType property.
-
#app_network_access_type=(value) ⇒ Object
sets the AppNetworkAccessType property (String).
-
#app_security_group_management ⇒ Object
returns the AppSecurityGroupManagement property.
-
#app_security_group_management=(value) ⇒ Object
sets the AppSecurityGroupManagement property (String).
-
#auth_mode ⇒ Object
returns the AuthMode property.
-
#auth_mode=(value) ⇒ Object
sets the AuthMode property (String).
-
#default_user_settings ⇒ Object
returns the DefaultUserSettings property.
-
#default_user_settings=(value) ⇒ Object
sets the DefaultUserSettings property (Structure).
-
#domain_name ⇒ Object
returns the DomainName property.
-
#domain_name=(value) ⇒ Object
sets the DomainName property (String).
-
#domain_settings ⇒ Object
returns the DomainSettings property.
-
#domain_settings=(value) ⇒ Object
sets the DomainSettings property (Structure).
-
#kms_key_id ⇒ Object
returns the KmsKeyId property.
-
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String).
-
#subnet_ids ⇒ Object
returns the SubnetIds property.
-
#subnet_ids=(value) ⇒ Object
sets the SubnetIds property (List).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#vpc_id ⇒ Object
returns the VpcId property.
-
#vpc_id=(value) ⇒ Object
sets the VpcId property (String).
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
#app_network_access_type ⇒ Object
returns the AppNetworkAccessType property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def app_network_access_type properties['app_network_access_type'] end |
#app_network_access_type=(value) ⇒ Object
sets the AppNetworkAccessType property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def app_network_access_type=(value) update_property('app_network_access_type', value) end |
#app_security_group_management ⇒ Object
returns the AppSecurityGroupManagement property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def app_security_group_management properties['app_security_group_management'] end |
#app_security_group_management=(value) ⇒ Object
sets the AppSecurityGroupManagement property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def app_security_group_management=(value) update_property('app_security_group_management', value) end |
#auth_mode ⇒ Object
returns the AuthMode property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def auth_mode properties['auth_mode'] end |
#auth_mode=(value) ⇒ Object
sets the AuthMode property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def auth_mode=(value) update_property('auth_mode', value) end |
#default_user_settings ⇒ Object
returns the DefaultUserSettings property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def default_user_settings properties['default_user_settings'] end |
#default_user_settings=(value) ⇒ Object
sets the DefaultUserSettings property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def default_user_settings=(value) update_property('default_user_settings', value) end |
#domain_name ⇒ Object
returns the DomainName property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def domain_name properties['domain_name'] end |
#domain_name=(value) ⇒ Object
sets the DomainName property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def domain_name=(value) update_property('domain_name', value) end |
#domain_settings ⇒ Object
returns the DomainSettings property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def domain_settings properties['domain_settings'] end |
#domain_settings=(value) ⇒ Object
sets the DomainSettings property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def domain_settings=(value) update_property('domain_settings', value) end |
#kms_key_id ⇒ Object
returns the KmsKeyId property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def kms_key_id properties['kms_key_id'] end |
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def kms_key_id=(value) update_property('kms_key_id', value) end |
#subnet_ids ⇒ Object
returns the SubnetIds property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def subnet_ids properties['subnet_ids'] end |
#subnet_ids=(value) ⇒ Object
sets the SubnetIds property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def subnet_ids=(value) update_property('subnet_ids', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |
#vpc_id ⇒ Object
returns the VpcId property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def vpc_id properties['vpc_id'] end |
#vpc_id=(value) ⇒ Object
sets the VpcId property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def vpc_id=(value) update_property('vpc_id', value) end |