Class: Aws::ConfigService::Types::GetOrganizationConformancePackDetailedStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-configservice/types.rb', line 4598

class GetOrganizationConformancePackDetailedStatusResponse < Struct.new(
  :organization_conformance_pack_detailed_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#organization_conformance_pack_detailed_statusesArray<Types::OrganizationConformancePackDetailedStatus>

A list of ‘OrganizationConformancePackDetailedStatus` objects.



4598
4599
4600
4601
4602
4603
# File 'lib/aws-sdk-configservice/types.rb', line 4598

class GetOrganizationConformancePackDetailedStatusResponse < Struct.new(
  :organization_conformance_pack_detailed_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end