Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationAttachmentsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationAttachmentsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 - 
  
    
      #registration_attachments  ⇒ Array<Types::RegistrationAttachmentsInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
 
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. You don’t need to supply a value for this field in the initial request.
      2429 2430 2431 2432 2433 2434  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2429 class DescribeRegistrationAttachmentsResult < Struct.new( :registration_attachments, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_attachments ⇒ Array<Types::RegistrationAttachmentsInformation>
An array of RegistrationAttachments objects that contain the details for the requested registration attachments.
      2429 2430 2431 2432 2433 2434  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2429 class DescribeRegistrationAttachmentsResult < Struct.new( :registration_attachments, :next_token) SENSITIVE = [] include Aws::Structure end  |