Class: Aws::Connect::Types::CreatePushNotificationRegistrationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreatePushNotificationRegistrationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #registration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the registration.
 
Instance Attribute Details
#registration_id ⇒ String
The identifier for the registration.
      4583 4584 4585 4586 4587  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 4583 class CreatePushNotificationRegistrationResponse < Struct.new( :registration_id) SENSITIVE = [] include Aws::Structure end  |