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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


8801
8802
8803
8804
8805
8806
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8801

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

#typeString

Type of the endpoint.

Returns:

  • (String)


8801
8802
8803
8804
8805
8806
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8801

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