Class: Aws::Types::HostInstance
- Inherits:
-
Object
- Object
- Aws::Types::HostInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10723 10724 10725 |
# File 'sig/types.rbs', line 10723 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
10724 10725 10726 |
# File 'sig/types.rbs', line 10724 def instance_type @instance_type end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
10725 10726 10727 |
# File 'sig/types.rbs', line 10725 def owner_id @owner_id end |