Class: Aws::ConfigService::Types::DescribeOrganizationConformancePackStatusesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeOrganizationConformancePackStatusesResponse
 
 
- 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_pack_statuses  ⇒ Array<Types::OrganizationConformancePackStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘OrganizationConformancePackStatus` 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.
      3222 3223 3224 3225 3226 3227  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3222 class DescribeOrganizationConformancePackStatusesResponse < Struct.new( :organization_conformance_pack_statuses, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#organization_conformance_pack_statuses ⇒ Array<Types::OrganizationConformancePackStatus>
A list of ‘OrganizationConformancePackStatus` objects.
      3222 3223 3224 3225 3226 3227  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3222 class DescribeOrganizationConformancePackStatusesResponse < Struct.new( :organization_conformance_pack_statuses, :next_token) SENSITIVE = [] include Aws::Structure end  |