Class: Aws::Types::InstanceDetails

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)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def availability_zone
  @availability_zone
end

#iam_instance_profileTypes::IamInstanceProfile

Returns the value of attribute iam_instance_profile.



1597
1598
1599
# File 'sig/types.rbs', line 1597

def iam_instance_profile
  @iam_instance_profile
end

#image_description::String

Returns the value of attribute image_description.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def image_description
  @image_description
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def image_id
  @image_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def instance_id
  @instance_id
end

#instance_state::String

Returns the value of attribute instance_state.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def instance_state
  @instance_state
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def instance_type
  @instance_type
end

#launch_time::String

Returns the value of attribute launch_time.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def launch_time
  @launch_time
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def network_interfaces
  @network_interfaces
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def outpost_arn
  @outpost_arn
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def platform
  @platform
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



1607
1608
1609
# File 'sig/types.rbs', line 1607

def product_codes
  @product_codes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1608
1609
1610
# File 'sig/types.rbs', line 1608

def tags
  @tags
end