Class: Aws::Connect::Types::DeleteQuickConnectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteQuickConnectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#quick_connect_id ⇒ String
The identifier for the quick connect.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
5478 5479 5480 5481 5482 5483 |
# File 'lib/aws-sdk-connect/types.rb', line 5478 class DeleteQuickConnectRequest < Struct.new( :instance_id, :quick_connect_id) SENSITIVE = [] include Aws::Structure end |
#quick_connect_id ⇒ String
The identifier for the quick connect.
5478 5479 5480 5481 5482 5483 |
# File 'lib/aws-sdk-connect/types.rb', line 5478 class DeleteQuickConnectRequest < Struct.new( :instance_id, :quick_connect_id) SENSITIVE = [] include Aws::Structure end |