Class: Aws::PCS::Types::Endpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pcs/types.rb

Overview

An endpoint available for interaction with the scheduler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portString

The endpoint’s connection port number.

Example: ‘1234`

Returns:

  • (String)


866
867
868
869
870
871
872
873
# File 'lib/aws-sdk-pcs/types.rb', line 866

class Endpoint < Struct.new(
  :type,
  :private_ip_address,
  :public_ip_address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The endpoint’s private IP address.

Example: ‘2.2.2.2`

Returns:

  • (String)


866
867
868
869
870
871
872
873
# File 'lib/aws-sdk-pcs/types.rb', line 866

class Endpoint < Struct.new(
  :type,
  :private_ip_address,
  :public_ip_address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#public_ip_addressString

The endpoint’s public IP address.

Example: ‘1.1.1.1`

Returns:

  • (String)


866
867
868
869
870
871
872
873
# File 'lib/aws-sdk-pcs/types.rb', line 866

class Endpoint < Struct.new(
  :type,
  :private_ip_address,
  :public_ip_address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Indicates the type of endpoint running at the specific IP address.

Returns:

  • (String)


866
867
868
869
870
871
872
873
# File 'lib/aws-sdk-pcs/types.rb', line 866

class Endpoint < Struct.new(
  :type,
  :private_ip_address,
  :public_ip_address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end