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.

Returns:

  • (String)


8174
8175
8176
8177
8178
8179
8180
# File 'lib/aws-sdk-connect/types.rb', line 8174

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

#display_nameString

Display name of the endpoint.

Returns:

  • (String)


8174
8175
8176
8177
8178
8179
8180
# File 'lib/aws-sdk-connect/types.rb', line 8174

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

#typeString

Type of endpoint.

Returns:

  • (String)


8174
8175
8176
8177
8178
8179
8180
# File 'lib/aws-sdk-connect/types.rb', line 8174

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