Class: Aws::ConfigService::Types::DescribeRetentionConfigurationsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::DescribeRetentionConfigurationsRequest
 
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.
- 
  
    
      #retention_configuration_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of names of retention configurations for which you want details. 
Instance Attribute Details
#next_token ⇒ String
The nextToken string returned on a previous page that you use to
get the next page of results in a paginated response.
| 3839 3840 3841 3842 3843 3844 | # File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3839 class DescribeRetentionConfigurationsRequest < Struct.new( :retention_configuration_names, :next_token) SENSITIVE = [] include Aws::Structure end | 
#retention_configuration_names ⇒ Array<String>
A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.
| 3839 3840 3841 3842 3843 3844 | # File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3839 class DescribeRetentionConfigurationsRequest < Struct.new( :retention_configuration_names, :next_token) SENSITIVE = [] include Aws::Structure end |