Class: Aws::Deadline::Types::HostPropertiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The host property details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_nameString

The host name.

Returns:

  • (String)


4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4167

class HostPropertiesRequest < Struct.new(
  :ip_addresses,
  :host_name)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressesTypes::IpAddresses

The IP address of the host.

Returns:



4167
4168
4169
4170
4171
4172
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4167

class HostPropertiesRequest < Struct.new(
  :ip_addresses,
  :host_name)
  SENSITIVE = []
  include Aws::Structure
end