Class: Aws::Types::Instance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_volumes::Array[Types::EbsVolume]

Returns the value of attribute ebs_volumes.

Returns:



645
646
647
# File 'sig/types.rbs', line 645

def ebs_volumes
  @ebs_volumes
end

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def ec2_instance_id
  @ec2_instance_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def id
  @id
end

#instance_fleet_id::String

Returns the value of attribute instance_fleet_id.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def instance_fleet_id
  @instance_fleet_id
end

#instance_group_id::String

Returns the value of attribute instance_group_id.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def instance_group_id
  @instance_group_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def instance_type
  @instance_type
end

#market"ON_DEMAND", "SPOT"

Returns the value of attribute market.

Returns:

  • ("ON_DEMAND", "SPOT")


643
644
645
# File 'sig/types.rbs', line 643

def market
  @market
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def private_dns_name
  @private_dns_name
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def private_ip_address
  @private_ip_address
end

#public_dns_name::String

Returns the value of attribute public_dns_name.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def public_dns_name
  @public_dns_name
end

#public_ip_address::String

Returns the value of attribute public_ip_address.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def public_ip_address
  @public_ip_address
end

#statusTypes::InstanceStatus

Returns the value of attribute status.



640
641
642
# File 'sig/types.rbs', line 640

def status
  @status
end