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.
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_addresses ⇒ Types::IpAddresses
The IP address of the host.
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 |