Class: Aws::Connect::Types::DeletePushNotificationRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeletePushNotificationRegistrationRequest
- 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 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.
6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-connect/types.rb', line 6070 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.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-connect/types.rb', line 6070 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The identifier for the registration.
6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-connect/types.rb', line 6070 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end |