Class: Aws::Deadline::Types::HostPropertiesResponse

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

#ec2_instance_arnString

The ARN of the host EC2 instance.

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4015

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

#ec2_instance_typeString

The instance type of the host EC2 instance.

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4015

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

#host_nameString

The host name.

Returns:

  • (String)


4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4015

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

#ip_addressesTypes::IpAddresses

The IP address of the host.

Returns:



4015
4016
4017
4018
4019
4020
4021
4022
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4015

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