Class: Aws::ConfigService::Types::GetComplianceDetailsByConfigRuleRequest

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

#compliance_typesArray<String>

Filters the results by compliance.

INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.

Returns:

  • (Array<String>)


4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4173

class GetComplianceDetailsByConfigRuleRequest < Struct.new(
  :config_rule_name,
  :compliance_types,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#config_rule_nameString

The name of the Config rule for which you want compliance information.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4173

class GetComplianceDetailsByConfigRuleRequest < Struct.new(
  :config_rule_name,
  :compliance_types,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

Returns:

  • (Integer)


4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4173

class GetComplianceDetailsByConfigRuleRequest < Struct.new(
  :config_rule_name,
  :compliance_types,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4173
4174
4175
4176
4177
4178
4179
4180
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4173

class GetComplianceDetailsByConfigRuleRequest < Struct.new(
  :config_rule_name,
  :compliance_types,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end