Class: Aws::Connect::Types::SuccessfulRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SuccessfulRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Request for which contact was successfully created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The contactId of the contact that was created successfully.
-
#request_identifier ⇒ String
Request identifier provided in the API call in the ContactDataRequest to create a contact.
Instance Attribute Details
#contact_id ⇒ String
The contactId of the contact that was created successfully.
22744 22745 22746 22747 22748 22749 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22744 class SuccessfulRequest < Struct.new( :request_identifier, :contact_id) SENSITIVE = [] include Aws::Structure end |
#request_identifier ⇒ String
Request identifier provided in the API call in the ContactDataRequest to create a contact.
22744 22745 22746 22747 22748 22749 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22744 class SuccessfulRequest < Struct.new( :request_identifier, :contact_id) SENSITIVE = [] include Aws::Structure end |