Class: Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeConfigurationSetsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_sets  ⇒ Array<Types::ConfigurationSetInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of ConfigurationSets objects.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 
Instance Attribute Details
#configuration_sets ⇒ Array<Types::ConfigurationSetInformation>
An array of ConfigurationSets objects.
      2061 2062 2063 2064 2065 2066  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DescribeConfigurationSetsResult < Struct.new( :configuration_sets, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
      2061 2062 2063 2064 2065 2066  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DescribeConfigurationSetsResult < Struct.new( :configuration_sets, :next_token) SENSITIVE = [] include Aws::Structure end  |