Class: Aws::Deadline::Types::HostPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::HostPropertiesRequest
- 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
-
#host_name ⇒ String
The host name.
-
#ip_addresses ⇒ Types::IpAddresses
The IP address of the host.
Instance Attribute Details
#host_name ⇒ String
The host name.
4561 4562 4563 4564 4565 4566 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4561 class HostPropertiesRequest < Struct.new( :ip_addresses, :host_name) SENSITIVE = [] include Aws::Structure end |
#ip_addresses ⇒ Types::IpAddresses
The IP address of the host.
4561 4562 4563 4564 4565 4566 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4561 class HostPropertiesRequest < Struct.new( :ip_addresses, :host_name) SENSITIVE = [] include Aws::Structure end |