Class: Aws::Types::UpdateDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_network_access_type ⇒ "PublicInternetOnly", "VpcOnly"
Returns the value of attribute app_network_access_type.
-
#app_security_group_management ⇒ "Service", "Customer"
Returns the value of attribute app_security_group_management.
-
#default_space_settings ⇒ Types::DefaultSpaceSettings
Returns the value of attribute default_space_settings.
-
#default_user_settings ⇒ Types::UserSettings
Returns the value of attribute default_user_settings.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_settings_for_update ⇒ Types::DomainSettingsForUpdate
Returns the value of attribute domain_settings_for_update.
-
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
Returns the value of attribute home_efs_file_system_creation.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tag_propagation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tag_propagation.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#app_network_access_type ⇒ "PublicInternetOnly", "VpcOnly"
Returns the value of attribute app_network_access_type.
12035 12036 12037 |
# File 'sig/types.rbs', line 12035 def app_network_access_type @app_network_access_type end |
#app_security_group_management ⇒ "Service", "Customer"
Returns the value of attribute app_security_group_management.
12032 12033 12034 |
# File 'sig/types.rbs', line 12032 def app_security_group_management @app_security_group_management end |
#default_space_settings ⇒ Types::DefaultSpaceSettings
Returns the value of attribute default_space_settings.
12033 12034 12035 |
# File 'sig/types.rbs', line 12033 def default_space_settings @default_space_settings end |
#default_user_settings ⇒ Types::UserSettings
Returns the value of attribute default_user_settings.
12030 12031 12032 |
# File 'sig/types.rbs', line 12030 def default_user_settings @default_user_settings end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12029 12030 12031 |
# File 'sig/types.rbs', line 12029 def domain_id @domain_id end |
#domain_settings_for_update ⇒ Types::DomainSettingsForUpdate
Returns the value of attribute domain_settings_for_update.
12031 12032 12033 |
# File 'sig/types.rbs', line 12031 def domain_settings_for_update @domain_settings_for_update end |
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
Returns the value of attribute home_efs_file_system_creation.
12037 12038 12039 |
# File 'sig/types.rbs', line 12037 def home_efs_file_system_creation @home_efs_file_system_creation end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
12034 12035 12036 |
# File 'sig/types.rbs', line 12034 def subnet_ids @subnet_ids end |
#tag_propagation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tag_propagation.
12036 12037 12038 |
# File 'sig/types.rbs', line 12036 def tag_propagation @tag_propagation end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12038 12039 12040 |
# File 'sig/types.rbs', line 12038 def vpc_id @vpc_id end |