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 ⇒ ::String
Returns the value of attribute launched_at.
-
#metadata_options ⇒ Types::AwsEc2InstanceMetadataOptions
Returns the value of attribute metadata_options.
-
#monitoring ⇒ Types::AwsEc2InstanceMonitoringDetails
Returns the value of attribute monitoring.
-
#network_interfaces ⇒ ::Array[Types::AwsEc2InstanceNetworkInterfacesDetails]
Returns the value of attribute network_interfaces.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#virtualization_type ⇒ ::String
Returns the value of attribute virtualization_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.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def iam_instance_profile_arn @iam_instance_profile_arn end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def image_id @image_id end |
#ip_v4_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v4_addresses.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def ip_v4_addresses @ip_v4_addresses end |
#ip_v6_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_v6_addresses.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def ip_v6_addresses @ip_v6_addresses end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def key_name @key_name end |
#launched_at ⇒ ::String
Returns the value of attribute launched_at.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def launched_at @launched_at end |
#metadata_options ⇒ Types::AwsEc2InstanceMetadataOptions
Returns the value of attribute metadata_options.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def @metadata_options end |
#monitoring ⇒ Types::AwsEc2InstanceMonitoringDetails
Returns the value of attribute monitoring.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::AwsEc2InstanceNetworkInterfacesDetails]
Returns the value of attribute network_interfaces.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def network_interfaces @network_interfaces end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def subnet_id @subnet_id end |
#type ⇒ ::String
Returns the value of attribute type.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def type @type end |
#virtualization_type ⇒ ::String
Returns the value of attribute virtualization_type.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def virtualization_type @virtualization_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def vpc_id @vpc_id end |