Class: Aws::ConfigService::Types::DescribeOrganizationConformancePacksResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeOrganizationConformancePacksResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #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.
 - 
  
    
      #organization_conformance_packs  ⇒ Array<Types::OrganizationConformancePack> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns a list of OrganizationConformancePacks objects.
 
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.
      3265 3266 3267 3268 3269 3270  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3265 class DescribeOrganizationConformancePacksResponse < Struct.new( :organization_conformance_packs, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#organization_conformance_packs ⇒ Array<Types::OrganizationConformancePack>
Returns a list of OrganizationConformancePacks objects.
      3265 3266 3267 3268 3269 3270  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3265 class DescribeOrganizationConformancePacksResponse < Struct.new( :organization_conformance_packs, :next_token) SENSITIVE = [] include Aws::Structure end  |