Class: Aws::ConfigService::Types::DescribeConformancePackComplianceRequest

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

#conformance_pack_nameString

Name of the conformance pack.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-configservice/types.rb', line 3307

class DescribeConformancePackComplianceRequest < Struct.new(
  :conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ConformancePackComplianceFilters

A ‘ConformancePackComplianceFilters` object.



3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-configservice/types.rb', line 3307

class DescribeConformancePackComplianceRequest < Struct.new(
  :conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of Config rules within a conformance pack are returned on each page.

Returns:

  • (Integer)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-configservice/types.rb', line 3307

class DescribeConformancePackComplianceRequest < Struct.new(
  :conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
3313
3314
# File 'lib/aws-sdk-configservice/types.rb', line 3307

class DescribeConformancePackComplianceRequest < Struct.new(
  :conformance_pack_name,
  :filters,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end