Class: Aws::ConfigService::Types::DescribeRemediationExecutionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeRemediationExecutionStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule_name ⇒ String
The name of the Config rule.
-
#limit ⇒ Integer
The maximum number of RemediationExecutionStatuses 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.
-
#resource_keys ⇒ Array<Types::ResourceKey>
A list of resource keys to be processed with the current request.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule.
3757 3758 3759 3760 3761 3762 3763 3764 |
# File 'lib/aws-sdk-configservice/types.rb', line 3757 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
3757 3758 3759 3760 3761 3762 3763 3764 |
# File 'lib/aws-sdk-configservice/types.rb', line 3757 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :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.
3757 3758 3759 3760 3761 3762 3763 3764 |
# File 'lib/aws-sdk-configservice/types.rb', line 3757 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_keys ⇒ Array<Types::ResourceKey>
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
3757 3758 3759 3760 3761 3762 3763 3764 |
# File 'lib/aws-sdk-configservice/types.rb', line 3757 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |