Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ebs_volumes ⇒ ::Array[Types::EbsVolume]
Returns the value of attribute ebs_volumes.
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_fleet_id ⇒ ::String
Returns the value of attribute instance_fleet_id.
-
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#market ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute market.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
-
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
-
#status ⇒ Types::InstanceStatus
Returns the value of attribute status.
Instance Attribute Details
#ebs_volumes ⇒ ::Array[Types::EbsVolume]
Returns the value of attribute ebs_volumes.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
637 638 639 |
# File 'sig/types.rbs', line 637 def public_ip_address @public_ip_address end |
#status ⇒ Types::InstanceStatus
Returns the value of attribute status.
640 641 642 |
# File 'sig/types.rbs', line 640 def status @status end |