Class: Aws::ConfigService::Types::DescribeRemediationExecutionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeRemediationExecutionStatusRequest
- Defined in:
- gems/aws-sdk-configservice/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.
3284 3285 3286 3287 3288 3289 3290 3291 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3284 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.
3284 3285 3286 3287 3288 3289 3290 3291 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3284 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.
3284 3285 3286 3287 3288 3289 3290 3291 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3284 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.
3284 3285 3286 3287 3288 3289 3290 3291 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3284 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |