Class: Aws::Types::InstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
-
#image_description ⇒ ::String
Returns the value of attribute image_description.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_state ⇒ ::String
Returns the value of attribute instance_state.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#launch_time ⇒ ::String
Returns the value of attribute launch_time.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def availability_zone @availability_zone end |
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def iam_instance_profile @iam_instance_profile end |
#image_description ⇒ ::String
Returns the value of attribute image_description.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def image_description @image_description end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def instance_id @instance_id end |
#instance_state ⇒ ::String
Returns the value of attribute instance_state.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def instance_state @instance_state end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def instance_type @instance_type end |
#launch_time ⇒ ::String
Returns the value of attribute launch_time.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def launch_time @launch_time end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def network_interfaces @network_interfaces end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def outpost_arn @outpost_arn end |
#platform ⇒ ::String
Returns the value of attribute platform.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def platform @platform end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def product_codes @product_codes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def end |