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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4118
4119
4120
4121
4122
4123
# File 'lib/aws-sdk-deadline/types.rb', line 4118

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

#ip_addressesTypes::IpAddresses

The IP address of the host.

Returns:



4118
4119
4120
4121
4122
4123
# File 'lib/aws-sdk-deadline/types.rb', line 4118

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