Class: Aws::Connect::Types::DismissUserContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DismissUserContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#user_id ⇒ String
The identifier of the user account.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact.
7061 7062 7063 7064 7065 7066 7067 |
# File 'lib/aws-sdk-connect/types.rb', line 7061 class DismissUserContactRequest < Struct.new( :user_id, :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
7061 7062 7063 7064 7065 7066 7067 |
# File 'lib/aws-sdk-connect/types.rb', line 7061 class DismissUserContactRequest < Struct.new( :user_id, :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user account.
7061 7062 7063 7064 7065 7066 7067 |
# File 'lib/aws-sdk-connect/types.rb', line 7061 class DismissUserContactRequest < Struct.new( :user_id, :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end |