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.
11729 11730 11731 |
# File 'sig/types.rbs', line 11729 def availability_zone @availability_zone end |
#image_metadata ⇒ Types::ImageMetadata
Returns the value of attribute image_metadata.
11734 11735 11736 |
# File 'sig/types.rbs', line 11734 def @image_metadata end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11726 11727 11728 |
# File 'sig/types.rbs', line 11726 def instance_id @instance_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
11727 11728 11729 |
# File 'sig/types.rbs', line 11727 def instance_type @instance_type end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
11728 11729 11730 |
# File 'sig/types.rbs', line 11728 def launch_time @launch_time end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
11735 11736 11737 |
# File 'sig/types.rbs', line 11735 def operator @operator end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11732 11733 11734 |
# File 'sig/types.rbs', line 11732 def owner_id @owner_id end |
#state ⇒ Types::InstanceState
Returns the value of attribute state.
11731 11732 11733 |
# File 'sig/types.rbs', line 11731 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11733 11734 11735 |
# File 'sig/types.rbs', line 11733 def @tags end |
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
11730 11731 11732 |
# File 'sig/types.rbs', line 11730 def zone_id @zone_id end |