Class: Aws::Connect::Types::EndpointInfo

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.



8893
8894
8895
8896
8897
8898
8899
# File 'lib/aws-sdk-connect/types.rb', line 8893

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

#display_nameString

Display name of the endpoint.



8893
8894
8895
8896
8897
8898
8899
# File 'lib/aws-sdk-connect/types.rb', line 8893

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

#typeString

Type of endpoint.



8893
8894
8895
8896
8897
8898
8899
# File 'lib/aws-sdk-connect/types.rb', line 8893

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