Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationAttachmentsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationAttachmentsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Array<Types::RegistrationAttachmentFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of RegistrationAttachmentFilter objects to filter the results.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return per each request.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 - 
  
    
      #registration_attachment_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of registration attachments to find.
 
Instance Attribute Details
#filters ⇒ Array<Types::RegistrationAttachmentFilter>
An array of RegistrationAttachmentFilter objects to filter the results.
      2408 2409 2410 2411 2412 2413 2414 2415  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2408 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to return per each request.
      2408 2409 2410 2411 2412 2413 2414 2415  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2408 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#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.
      2408 2409 2410 2411 2412 2413 2414 2415  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2408 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_attachment_ids ⇒ Array<String>
The unique identifier of registration attachments to find. This is an array of RegistrationAttachmentId.
      2408 2409 2410 2411 2412 2413 2414 2415  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2408 class DescribeRegistrationAttachmentsRequest < Struct.new( :registration_attachment_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |