Class: Aws::Types::Ec2Instance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1032
1033
1034
# File 'sig/types.rbs', line 1032

def ec2_network_interface_uids
  @ec2_network_interface_uids
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def outpost_arn
  @outpost_arn
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


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.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def product_codes
  @product_codes
end