Class: Aws::Types::UpdateInfrastructureConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInfrastructureConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
-
#instance_metadata_options ⇒ Types::InstanceMetadataOptions
Returns the value of attribute instance_metadata_options.
-
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
-
#key_pair ⇒ ::String
Returns the value of attribute key_pair.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#placement ⇒ Types::Placement
Returns the value of attribute placement.
-
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#terminate_instance_on_failure ⇒ Boolean
Returns the value of attribute terminate_instance_on_failure.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def description @description end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#instance_metadata_options ⇒ Types::InstanceMetadataOptions
Returns the value of attribute instance_metadata_options.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def instance_profile_name @instance_profile_name end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def instance_types @instance_types end |
#key_pair ⇒ ::String
Returns the value of attribute key_pair.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def key_pair @key_pair end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def logging @logging end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def placement @placement end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def security_group_ids @security_group_ids end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def sns_topic_arn @sns_topic_arn end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def subnet_id @subnet_id end |
#terminate_instance_on_failure ⇒ Boolean
Returns the value of attribute terminate_instance_on_failure.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def terminate_instance_on_failure @terminate_instance_on_failure end |