Class: Aws::Connect::Types::CreateQuickConnectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateQuickConnectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quick_connect_arn ⇒ String
The Amazon Resource Name (ARN) for the quick connect.
-
#quick_connect_id ⇒ String
The identifier for the quick connect.
Instance Attribute Details
#quick_connect_arn ⇒ String
The Amazon Resource Name (ARN) for the quick connect.
4035 4036 4037 4038 4039 4040 |
# File 'lib/aws-sdk-connect/types.rb', line 4035 class CreateQuickConnectResponse < Struct.new( :quick_connect_arn, :quick_connect_id) SENSITIVE = [] include Aws::Structure end |
#quick_connect_id ⇒ String
The identifier for the quick connect.
4035 4036 4037 4038 4039 4040 |
# File 'lib/aws-sdk-connect/types.rb', line 4035 class CreateQuickConnectResponse < Struct.new( :quick_connect_arn, :quick_connect_id) SENSITIVE = [] include Aws::Structure end |