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