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.
      6269 6270 6271 6272 6273 6274 6275  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6269 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
      6269 6270 6271 6272 6273 6274 6275  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6269 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_id ⇒ String
The identifier for the registration.
      6269 6270 6271 6272 6273 6274 6275  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 6269 class DeletePushNotificationRegistrationRequest < Struct.new( :instance_id, :registration_id, :contact_id) SENSITIVE = [] include Aws::Structure end  |