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)


4877
4878
4879
4880
4881
4882
# File 'lib/aws-sdk-configservice/types.rb', line 4877

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.



4877
4878
4879
4880
4881
4882
# File 'lib/aws-sdk-configservice/types.rb', line 4877

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