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)


8463
8464
8465
8466
8467
8468
8469
# File 'lib/aws-sdk-connect/types.rb', line 8463

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

#display_nameString

Display name of the endpoint.

Returns:

  • (String)


8463
8464
8465
8466
8467
8468
8469
# File 'lib/aws-sdk-connect/types.rb', line 8463

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

#typeString

Type of endpoint.

Returns:

  • (String)


8463
8464
8465
8466
8467
8468
8469
# File 'lib/aws-sdk-connect/types.rb', line 8463

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