Class: Aws::Types::AwsEc2InstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2InstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_instance_profile_arn ⇒ ::String
Returns the value of attribute iam_instance_profile_arn.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#ip_v4_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v4_addresses.
-
#ip_v6_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v6_addresses.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#launched_at ⇒ ::Time
Returns the value of attribute launched_at.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#iam_instance_profile_arn ⇒ ::String
Returns the value of attribute iam_instance_profile_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def iam_instance_profile_arn @iam_instance_profile_arn end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
213 214 215 |
# File 'sig/types.rbs', line 213 def image_id @image_id end |
#ip_v4_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v4_addresses.
214 215 216 |
# File 'sig/types.rbs', line 214 def ip_v4_addresses @ip_v4_addresses end |
#ip_v6_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v6_addresses.
215 216 217 |
# File 'sig/types.rbs', line 215 def ip_v6_addresses @ip_v6_addresses end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
216 217 218 |
# File 'sig/types.rbs', line 216 def key_name @key_name end |
#launched_at ⇒ ::Time
Returns the value of attribute launched_at.
220 221 222 |
# File 'sig/types.rbs', line 220 def launched_at @launched_at end |
#platform ⇒ ::String
Returns the value of attribute platform.
221 222 223 |
# File 'sig/types.rbs', line 221 def platform @platform end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def subnet_id @subnet_id end |
#type ⇒ ::String
Returns the value of attribute type.
212 213 214 |
# File 'sig/types.rbs', line 212 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def vpc_id @vpc_id end |