Class: Aws::Types::HostInfoForCreate
- Inherits:
-
Object
- Object
- Aws::Types::HostInfoForCreate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedicated_host_id ⇒ ::String
Returns the value of attribute dedicated_host_id.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#instance_type ⇒ "i4i.metal", ...
Returns the value of attribute instance_type.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#placement_group_id ⇒ ::String
Returns the value of attribute placement_group_id.
Instance Attribute Details
#dedicated_host_id ⇒ ::String
Returns the value of attribute dedicated_host_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def dedicated_host_id @dedicated_host_id end |
#host_name ⇒ ::String
Returns the value of attribute host_name.
287 288 289 |
# File 'sig/types.rbs', line 287 def host_name @host_name end |
#instance_type ⇒ "i4i.metal", ...
Returns the value of attribute instance_type.
289 290 291 |
# File 'sig/types.rbs', line 289 def instance_type @instance_type end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def key_name @key_name end |
#placement_group_id ⇒ ::String
Returns the value of attribute placement_group_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def placement_group_id @placement_group_id end |