Class: Aws::Types::InfrastructureConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InfrastructureConfigurationSummary
- 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_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def date_created @date_created end |
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def description @description end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def instance_profile_name @instance_profile_name end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def instance_types @instance_types end |
#name ⇒ ::String
Returns the value of attribute name.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def name @name end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def placement @placement end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def @resource_tags end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def @tags end |