Class: Aws::Types::Ec2Instance
- Inherits:
-
Object
- Object
- Aws::Types::Ec2Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#ec2_network_interface_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_network_interface_uids.
-
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
-
#image_description ⇒ ::String
Returns the value of attribute image_description.
-
#instance_state ⇒ ::String
Returns the value of attribute instance_state.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#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.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def availability_zone @availability_zone end |
#ec2_network_interface_uids ⇒ ::Array[::String]
Returns the value of attribute ec2_network_interface_uids.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def ec2_network_interface_uids @ec2_network_interface_uids end |
#iam_instance_profile ⇒ Types::IamInstanceProfile
Returns the value of attribute iam_instance_profile.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def iam_instance_profile @iam_instance_profile end |
#image_description ⇒ ::String
Returns the value of attribute image_description.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def image_description @image_description end |
#instance_state ⇒ ::String
Returns the value of attribute instance_state.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def instance_state @instance_state end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def instance_type @instance_type end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def outpost_arn @outpost_arn end |
#platform ⇒ ::String
Returns the value of attribute platform.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def platform @platform end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def product_codes @product_codes end |