Class: Aws::Types::InfrastructureConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InfrastructureConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#terminate_instance_on_failure ⇒ Boolean
Returns the value of attribute terminate_instance_on_failure.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def date_created @date_created end |
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def description @description end |
#instance_metadata_options ⇒ Types::InstanceMetadataOptions
Returns the value of attribute instance_metadata_options.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def instance_profile_name @instance_profile_name end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def instance_types @instance_types end |
#key_pair ⇒ ::String
Returns the value of attribute key_pair.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def key_pair @key_pair end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def name @name end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def placement @placement end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def security_group_ids @security_group_ids end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def sns_topic_arn @sns_topic_arn end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def subnet_id @subnet_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def end |
#terminate_instance_on_failure ⇒ Boolean
Returns the value of attribute terminate_instance_on_failure.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def terminate_instance_on_failure @terminate_instance_on_failure end |