Class: Aws::Types::Host

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_time::Time

Returns the value of attribute allocation_time.

Returns:

  • (::Time)


10958
10959
10960
# File 'sig/types.rbs', line 10958

def allocation_time
  @allocation_time
end

#allows_multiple_instance_types"on", "off"

Returns the value of attribute allows_multiple_instance_types.

Returns:

  • ("on", "off")


10962
10963
10964
# File 'sig/types.rbs', line 10962

def allows_multiple_instance_types
  @allows_multiple_instance_types
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


10968
10969
10970
# File 'sig/types.rbs', line 10968

def asset_id
  @asset_id
end

#auto_placement"on", "off"

Returns the value of attribute auto_placement.

Returns:

  • ("on", "off")


10949
10950
10951
# File 'sig/types.rbs', line 10949

def auto_placement
  @auto_placement
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


10950
10951
10952
# File 'sig/types.rbs', line 10950

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


10964
10965
10966
# File 'sig/types.rbs', line 10964

def availability_zone_id
  @availability_zone_id
end

#available_capacityTypes::AvailableCapacity

Returns the value of attribute available_capacity.



10951
10952
10953
# File 'sig/types.rbs', line 10951

def available_capacity
  @available_capacity
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


10952
10953
10954
# File 'sig/types.rbs', line 10952

def client_token
  @client_token
end

#cpu_optionsTypes::HostCpuOptions

Returns the value of attribute cpu_options.



10969
10970
10971
# File 'sig/types.rbs', line 10969

def cpu_options
  @cpu_options
end

#host_id::String

Returns the value of attribute host_id.

Returns:

  • (::String)


10953
10954
10955
# File 'sig/types.rbs', line 10953

def host_id
  @host_id
end

#host_maintenance"on", "off"

Returns the value of attribute host_maintenance.

Returns:

  • ("on", "off")


10967
10968
10969
# File 'sig/types.rbs', line 10967

def host_maintenance
  @host_maintenance
end

#host_propertiesTypes::HostProperties

Returns the value of attribute host_properties.



10954
10955
10956
# File 'sig/types.rbs', line 10954

def host_properties
  @host_properties
end

#host_recovery"on", "off"

Returns the value of attribute host_recovery.

Returns:

  • ("on", "off")


10961
10962
10963
# File 'sig/types.rbs', line 10961

def host_recovery
  @host_recovery
end

#host_reservation_id::String

Returns the value of attribute host_reservation_id.

Returns:

  • (::String)


10955
10956
10957
# File 'sig/types.rbs', line 10955

def host_reservation_id
  @host_reservation_id
end

#instances::Array[Types::HostInstance]

Returns the value of attribute instances.

Returns:



10956
10957
10958
# File 'sig/types.rbs', line 10956

def instances
  @instances
end

#member_of_service_linked_resource_groupBoolean

Returns the value of attribute member_of_service_linked_resource_group.

Returns:

  • (Boolean)


10965
10966
10967
# File 'sig/types.rbs', line 10965

def member_of_service_linked_resource_group
  @member_of_service_linked_resource_group
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


10966
10967
10968
# File 'sig/types.rbs', line 10966

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


10963
10964
10965
# File 'sig/types.rbs', line 10963

def owner_id
  @owner_id
end

#release_time::Time

Returns the value of attribute release_time.

Returns:

  • (::Time)


10959
10960
10961
# File 'sig/types.rbs', line 10959

def release_time
  @release_time
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "under-assessment", "permanent-failure", "released", "released-permanent-failure", "pending", "configuring")


10957
10958
10959
# File 'sig/types.rbs', line 10957

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



10960
10961
10962
# File 'sig/types.rbs', line 10960

def tags
  @tags
end