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.
10984 10985 10986 |
# File 'sig/types.rbs', line 10984 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
10985 10986 10987 |
# File 'sig/types.rbs', line 10985 def instance_type @instance_type end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
10986 10987 10988 |
# File 'sig/types.rbs', line 10986 def owner_id @owner_id end |