Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#type ⇒ "t2.micro", ...
Returns the value of attribute type.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def creation_time @creation_time end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def dns_name @dns_name end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def fleet_id @fleet_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def instance_id @instance_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def ip_address @ip_address end |
#location ⇒ ::String
Returns the value of attribute location.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def location @location end |
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def @operating_system end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def status @status end |
#type ⇒ "t2.micro", ...
Returns the value of attribute type.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def type @type end |