Class: Aws::Types::InstanceImageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::InstanceImageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#image_metadata ⇒ Types::ImageMetadata
Returns the value of attribute image_metadata.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ Types::InstanceState
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
11459 11460 11461 |
# File 'sig/types.rbs', line 11459 def availability_zone @availability_zone end |
#image_metadata ⇒ Types::ImageMetadata
Returns the value of attribute image_metadata.
11464 11465 11466 |
# File 'sig/types.rbs', line 11464 def @image_metadata end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11456 11457 11458 |
# File 'sig/types.rbs', line 11456 def instance_id @instance_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
11457 11458 11459 |
# File 'sig/types.rbs', line 11457 def instance_type @instance_type end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
11458 11459 11460 |
# File 'sig/types.rbs', line 11458 def launch_time @launch_time end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
11465 11466 11467 |
# File 'sig/types.rbs', line 11465 def operator @operator end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11462 11463 11464 |
# File 'sig/types.rbs', line 11462 def owner_id @owner_id end |
#state ⇒ Types::InstanceState
Returns the value of attribute state.
11461 11462 11463 |
# File 'sig/types.rbs', line 11461 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11463 11464 11465 |
# File 'sig/types.rbs', line 11463 def @tags end |
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
11460 11461 11462 |
# File 'sig/types.rbs', line 11460 def zone_id @zone_id end |