Class: Aws::Deadline::Types::HostPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::HostPropertiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The host property details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_arn ⇒ String
The ARN of the host EC2 instance.
-
#ec2_instance_type ⇒ String
The instance type of the host EC2 instance.
-
#host_name ⇒ String
The host name.
-
#ip_addresses ⇒ Types::IpAddresses
The IP address of the host.
Instance Attribute Details
#ec2_instance_arn ⇒ String
The ARN of the host EC2 instance.
4194 4195 4196 4197 4198 4199 4200 4201 |
# File 'lib/aws-sdk-deadline/types.rb', line 4194 class HostPropertiesResponse < Struct.new( :ip_addresses, :host_name, :ec2_instance_arn, :ec2_instance_type) SENSITIVE = [] include Aws::Structure end |
#ec2_instance_type ⇒ String
The instance type of the host EC2 instance.
4194 4195 4196 4197 4198 4199 4200 4201 |
# File 'lib/aws-sdk-deadline/types.rb', line 4194 class HostPropertiesResponse < Struct.new( :ip_addresses, :host_name, :ec2_instance_arn, :ec2_instance_type) SENSITIVE = [] include Aws::Structure end |
#host_name ⇒ String
The host name.
4194 4195 4196 4197 4198 4199 4200 4201 |
# File 'lib/aws-sdk-deadline/types.rb', line 4194 class HostPropertiesResponse < Struct.new( :ip_addresses, :host_name, :ec2_instance_arn, :ec2_instance_type) SENSITIVE = [] include Aws::Structure end |
#ip_addresses ⇒ Types::IpAddresses
The IP address of the host.
4194 4195 4196 4197 4198 4199 4200 4201 |
# File 'lib/aws-sdk-deadline/types.rb', line 4194 class HostPropertiesResponse < Struct.new( :ip_addresses, :host_name, :ec2_instance_arn, :ec2_instance_type) SENSITIVE = [] include Aws::Structure end |