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.
11947 11948 11949 |
# File 'sig/types.rbs', line 11947 def availability_zone @availability_zone end |
#image_metadata ⇒ Types::ImageMetadata
Returns the value of attribute image_metadata.
11952 11953 11954 |
# File 'sig/types.rbs', line 11952 def @image_metadata end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11944 11945 11946 |
# File 'sig/types.rbs', line 11944 def instance_id @instance_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
11945 11946 11947 |
# File 'sig/types.rbs', line 11945 def instance_type @instance_type end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
11946 11947 11948 |
# File 'sig/types.rbs', line 11946 def launch_time @launch_time end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
11953 11954 11955 |
# File 'sig/types.rbs', line 11953 def operator @operator end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11950 11951 11952 |
# File 'sig/types.rbs', line 11950 def owner_id @owner_id end |
#state ⇒ Types::InstanceState
Returns the value of attribute state.
11949 11950 11951 |
# File 'sig/types.rbs', line 11949 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11951 11952 11953 |
# File 'sig/types.rbs', line 11951 def @tags end |
#zone_id ⇒ ::String
Returns the value of attribute zone_id.
11948 11949 11950 |
# File 'sig/types.rbs', line 11948 def zone_id @zone_id end |