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
A list of Config rule names.
-
#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
A list of Config rule names.
3407 3408 3409 3410 3411 3412 3413 3414 |
# File 'lib/aws-sdk-configservice/types.rb', line 3407 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.
3407 3408 3409 3410 3411 3412 3413 3414 |
# File 'lib/aws-sdk-configservice/types.rb', line 3407 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.
3407 3408 3409 3410 3411 3412 3413 3414 |
# File 'lib/aws-sdk-configservice/types.rb', line 3407 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.
3407 3408 3409 3410 3411 3412 3413 3414 |
# File 'lib/aws-sdk-configservice/types.rb', line 3407 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |