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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


4600
4601
4602
4603
4604
4605
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4600

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.



4600
4601
4602
4603
4604
4605
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4600

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