Class: Aws::Types::Host
- Inherits:
-
Object
- Object
- Aws::Types::Host
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dedicated_host_id ⇒ ::String
Returns the value of attribute dedicated_host_id.
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#host_state ⇒ "CREATING", ...
Returns the value of attribute host_state.
-
#instance_type ⇒ "i4i.metal", ...
Returns the value of attribute instance_type.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#placement_group_id ⇒ ::String
Returns the value of attribute placement_group_id.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
277 278 279 |
# File 'sig/types.rbs', line 277 def created_at @created_at end |
#dedicated_host_id ⇒ ::String
Returns the value of attribute dedicated_host_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def dedicated_host_id @dedicated_host_id end |
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def ec2_instance_id @ec2_instance_id end |
#host_name ⇒ ::String
Returns the value of attribute host_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def host_name @host_name end |
#host_state ⇒ "CREATING", ...
Returns the value of attribute host_state.
279 280 281 |
# File 'sig/types.rbs', line 279 def host_state @host_state end |
#instance_type ⇒ "i4i.metal", ...
Returns the value of attribute instance_type.
274 275 276 |
# File 'sig/types.rbs', line 274 def instance_type @instance_type end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
272 273 274 |
# File 'sig/types.rbs', line 272 def ip_address @ip_address end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def key_name @key_name end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
278 279 280 |
# File 'sig/types.rbs', line 278 def modified_at @modified_at end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
282 283 284 |
# File 'sig/types.rbs', line 282 def network_interfaces @network_interfaces end |
#placement_group_id ⇒ ::String
Returns the value of attribute placement_group_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def placement_group_id @placement_group_id end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
280 281 282 |
# File 'sig/types.rbs', line 280 def state_details @state_details end |