Class: Aws::Connect::Types::Endpoint

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

Overview

Information about the endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

Address of the endpoint.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
# File 'lib/aws-sdk-connect/types.rb', line 6061

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

#typeString

Type of the endpoint.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
# File 'lib/aws-sdk-connect/types.rb', line 6061

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