Class: Aws::Connect::Types::EndpointInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EndpointInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#address ⇒ String
7659 7660 7661 7662 7663 7664 7665 |
# File 'lib/aws-sdk-connect/types.rb', line 7659 class EndpointInfo < Struct.new( :type, :address, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
7659 7660 7661 7662 7663 7664 7665 |
# File 'lib/aws-sdk-connect/types.rb', line 7659 class EndpointInfo < Struct.new( :type, :address, :display_name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
7659 7660 7661 7662 7663 7664 7665 |
# File 'lib/aws-sdk-connect/types.rb', line 7659 class EndpointInfo < Struct.new( :type, :address, :display_name) SENSITIVE = [] include Aws::Structure end |