Class: Aws::ConfigService::Types::DescribeOrganizationConformancePacksResponse

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)


3237
3238
3239
3240
3241
3242
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3237

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

#organization_conformance_packsArray<Types::OrganizationConformancePack>

Returns a list of OrganizationConformancePacks objects.



3237
3238
3239
3240
3241
3242
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3237

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