Class: Aws::ConfigService::Types::GetConformancePackComplianceDetailsRequest

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

#conformance_pack_nameString

Name of the conformance pack.

Returns:

  • (String)


4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4362

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

#filtersTypes::ConformancePackEvaluationFilters

A ConformancePackEvaluationFilters object.



4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4362

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

#limitInteger

The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.

Returns:

  • (Integer)


4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4362

class GetConformancePackComplianceDetailsRequest < 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)


4362
4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4362

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