Class: Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of strings.
 - 
  
    
      #filters  ⇒ Array<Types::ConfigurationSetFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of filters to apply to the results that are returned.
 - 
  
    
      #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.
 
Instance Attribute Details
#configuration_set_names ⇒ Array<String>
An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.
      2041 2042 2043 2044 2045 2046 2047 2048  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2041 class DescribeConfigurationSetsRequest < Struct.new( :configuration_set_names, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#filters ⇒ Array<Types::ConfigurationSetFilter>
An array of filters to apply to the results that are returned.
      2041 2042 2043 2044 2045 2046 2047 2048  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2041 class DescribeConfigurationSetsRequest < Struct.new( :configuration_set_names, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to return per each request.
      2041 2042 2043 2044 2045 2046 2047 2048  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2041 class DescribeConfigurationSetsRequest < Struct.new( :configuration_set_names, :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.
      2041 2042 2043 2044 2045 2046 2047 2048  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2041 class DescribeConfigurationSetsRequest < Struct.new( :configuration_set_names, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |