Class: Aws::CloudWatchLogs::Types::DescribeConfigurationTemplatesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DescribeConfigurationTemplatesResponse
 
 
- Defined in:
 - gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_templates  ⇒ Array<Types::ConfigurationTemplate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of items to return.
 
Instance Attribute Details
#configuration_templates ⇒ Array<Types::ConfigurationTemplate>
An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
      1736 1737 1738 1739 1740 1741  | 
    
      # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1736 class DescribeConfigurationTemplatesResponse < Struct.new( :configuration_templates, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
      1736 1737 1738 1739 1740 1741  | 
    
      # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1736 class DescribeConfigurationTemplatesResponse < Struct.new( :configuration_templates, :next_token) SENSITIVE = [] include Aws::Structure end  |