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)


3270
3271
3272
3273
3274
3275
3276
3277
# File 'lib/aws-sdk-configservice/types.rb', line 3270

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

#filtersTypes::ConformancePackComplianceFilters

A ‘ConformancePackComplianceFilters` object.



3270
3271
3272
3273
3274
3275
3276
3277
# File 'lib/aws-sdk-configservice/types.rb', line 3270

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)


3270
3271
3272
3273
3274
3275
3276
3277
# File 'lib/aws-sdk-configservice/types.rb', line 3270

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)


3270
3271
3272
3273
3274
3275
3276
3277
# File 'lib/aws-sdk-configservice/types.rb', line 3270

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