Class: Aws::Types::AwsEc2InstanceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_instance_profile_arn::String

Returns the value of attribute iam_instance_profile_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def launched_at
  @launched_at
end

#metadata_optionsTypes::AwsEc2InstanceMetadataOptions

Returns the value of attribute metadata_options.



1421
1422
1423
# File 'sig/types.rbs', line 1421

def 
  @metadata_options
end

#monitoringTypes::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.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def subnet_id
  @subnet_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def type
  @type
end

#virtualization_type::String

Returns the value of attribute virtualization_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def vpc_id
  @vpc_id
end