Class: Aws::Connect::Types::DeletePushNotificationRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeletePushNotificationRegistrationRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact within the Amazon Connect instance.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#registration_id ⇒ String
The identifier for the registration.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact within the Amazon Connect instance.
6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6455 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end |
#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.
6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6455 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The identifier for the registration.
6455 6456 6457 6458 6459 6460 6461 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6455 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end |