Class: Aws::Types::Host
- Inherits:
-
Object
- Object
- Aws::Types::Host
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_time ⇒ ::Time
Returns the value of attribute allocation_time.
-
#allows_multiple_instance_types ⇒ "on", "off"
Returns the value of attribute allows_multiple_instance_types.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#auto_placement ⇒ "on", "off"
Returns the value of attribute auto_placement.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#available_capacity ⇒ Types::AvailableCapacity
Returns the value of attribute available_capacity.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cpu_options ⇒ Types::HostCpuOptions
Returns the value of attribute cpu_options.
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
-
#host_properties ⇒ Types::HostProperties
Returns the value of attribute host_properties.
-
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
-
#host_reservation_id ⇒ ::String
Returns the value of attribute host_reservation_id.
-
#instances ⇒ ::Array[Types::HostInstance]
Returns the value of attribute instances.
-
#member_of_service_linked_resource_group ⇒ Boolean
Returns the value of attribute member_of_service_linked_resource_group.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#release_time ⇒ ::Time
Returns the value of attribute release_time.
-
#state ⇒ "available", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allocation_time ⇒ ::Time
Returns the value of attribute allocation_time.
10697 10698 10699 |
# File 'sig/types.rbs', line 10697 def allocation_time @allocation_time end |
#allows_multiple_instance_types ⇒ "on", "off"
Returns the value of attribute allows_multiple_instance_types.
10701 10702 10703 |
# File 'sig/types.rbs', line 10701 def allows_multiple_instance_types @allows_multiple_instance_types end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
10707 10708 10709 |
# File 'sig/types.rbs', line 10707 def asset_id @asset_id end |
#auto_placement ⇒ "on", "off"
Returns the value of attribute auto_placement.
10688 10689 10690 |
# File 'sig/types.rbs', line 10688 def auto_placement @auto_placement end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
10689 10690 10691 |
# File 'sig/types.rbs', line 10689 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
10703 10704 10705 |
# File 'sig/types.rbs', line 10703 def availability_zone_id @availability_zone_id end |
#available_capacity ⇒ Types::AvailableCapacity
Returns the value of attribute available_capacity.
10690 10691 10692 |
# File 'sig/types.rbs', line 10690 def available_capacity @available_capacity end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
10691 10692 10693 |
# File 'sig/types.rbs', line 10691 def client_token @client_token end |
#cpu_options ⇒ Types::HostCpuOptions
Returns the value of attribute cpu_options.
10708 10709 10710 |
# File 'sig/types.rbs', line 10708 def @cpu_options end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
10692 10693 10694 |
# File 'sig/types.rbs', line 10692 def host_id @host_id end |
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
10706 10707 10708 |
# File 'sig/types.rbs', line 10706 def host_maintenance @host_maintenance end |
#host_properties ⇒ Types::HostProperties
Returns the value of attribute host_properties.
10693 10694 10695 |
# File 'sig/types.rbs', line 10693 def host_properties @host_properties end |
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
10700 10701 10702 |
# File 'sig/types.rbs', line 10700 def host_recovery @host_recovery end |
#host_reservation_id ⇒ ::String
Returns the value of attribute host_reservation_id.
10694 10695 10696 |
# File 'sig/types.rbs', line 10694 def host_reservation_id @host_reservation_id end |
#instances ⇒ ::Array[Types::HostInstance]
Returns the value of attribute instances.
10695 10696 10697 |
# File 'sig/types.rbs', line 10695 def instances @instances end |
#member_of_service_linked_resource_group ⇒ Boolean
Returns the value of attribute member_of_service_linked_resource_group.
10704 10705 10706 |
# File 'sig/types.rbs', line 10704 def member_of_service_linked_resource_group @member_of_service_linked_resource_group end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
10705 10706 10707 |
# File 'sig/types.rbs', line 10705 def outpost_arn @outpost_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
10702 10703 10704 |
# File 'sig/types.rbs', line 10702 def owner_id @owner_id end |
#release_time ⇒ ::Time
Returns the value of attribute release_time.
10698 10699 10700 |
# File 'sig/types.rbs', line 10698 def release_time @release_time end |
#state ⇒ "available", ...
Returns the value of attribute state.
10696 10697 10698 |
# File 'sig/types.rbs', line 10696 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
10699 10700 10701 |
# File 'sig/types.rbs', line 10699 def @tags end |