Class: Aws::Connect::Types::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Endpoint
- Includes:
- Structure
- Defined in:
- 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.
-
#type ⇒ String
Type of the endpoint.
Instance Attribute Details
#address ⇒ String
Address of the endpoint.
7843 7844 7845 7846 7847 7848 |
# File 'lib/aws-sdk-connect/types.rb', line 7843 class Endpoint < Struct.new( :type, :address) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the endpoint.
7843 7844 7845 7846 7847 7848 |
# File 'lib/aws-sdk-connect/types.rb', line 7843 class Endpoint < Struct.new( :type, :address) SENSITIVE = [] include Aws::Structure end |