Class: Aws::Connect::Types::EndpointInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EndpointInfo
- 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
-
#address ⇒ String
Address of the endpoint.
-
#display_name ⇒ String
Display name of the endpoint.
-
#type ⇒ String
Type of endpoint.
Instance Attribute Details
#address ⇒ String
Address of the endpoint.
8160 8161 8162 8163 8164 8165 8166 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8160 class EndpointInfo < Struct.new( :type, :address, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
Display name of the endpoint.
8160 8161 8162 8163 8164 8165 8166 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8160 class EndpointInfo < Struct.new( :type, :address, :display_name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of endpoint.
8160 8161 8162 8163 8164 8165 8166 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8160 class EndpointInfo < Struct.new( :type, :address, :display_name) SENSITIVE = [] include Aws::Structure end |