Class: Aws::Connect::Types::DeleteUseCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteUseCaseRequest
- 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.
-
#integration_association_id ⇒ String
The identifier for the integration association.
-
#use_case_id ⇒ String
The identifier for the use case.
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
5613 5614 5615 5616 5617 5618 5619 |
# File 'lib/aws-sdk-connect/types.rb', line 5613 class DeleteUseCaseRequest < Struct.new( :instance_id, :integration_association_id, :use_case_id) SENSITIVE = [] include Aws::Structure end |
#integration_association_id ⇒ String
The identifier for the integration association.
5613 5614 5615 5616 5617 5618 5619 |
# File 'lib/aws-sdk-connect/types.rb', line 5613 class DeleteUseCaseRequest < Struct.new( :instance_id, :integration_association_id, :use_case_id) SENSITIVE = [] include Aws::Structure end |
#use_case_id ⇒ String
The identifier for the use case.
5613 5614 5615 5616 5617 5618 5619 |
# File 'lib/aws-sdk-connect/types.rb', line 5613 class DeleteUseCaseRequest < Struct.new( :instance_id, :integration_association_id, :use_case_id) SENSITIVE = [] include Aws::Structure end |