Class: Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateComplianceDetailsByConfigRuleRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit account ID of the source account.
-
#aws_region ⇒ String
The source region from where the data is aggregated.
-
#compliance_type ⇒ String
The resource compliance status.
-
#config_rule_name ⇒ String
The name of the Config rule for which you want compliance information.
-
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
-
#limit ⇒ Integer
The maximum number of evaluation results returned on each page.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#account_id ⇒ String
The 12-digit account ID of the source account.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The source region from where the data is aggregated.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#compliance_type ⇒ String
The resource compliance status.
GetAggregateComplianceDetailsByConfigRuleRequest
data
type, Config supports only the COMPLIANT
and NON_COMPLIANT
.
Config does not support the NOT_APPLICABLE
and INSUFFICIENT_DATA
values.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#config_rule_name ⇒ String
The name of the Config rule for which you want compliance information.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3930 class GetAggregateComplianceDetailsByConfigRuleRequest < Struct.new( :configuration_aggregator_name, :config_rule_name, :account_id, :aws_region, :compliance_type, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |