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
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.
3794 3795 3796 3797 3798 3799 3800 3801 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3794 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.
3794 3795 3796 3797 3798 3799 3800 3801 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3794 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.
3794 3795 3796 3797 3798 3799 3800 3801 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3794 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.
3794 3795 3796 3797 3798 3799 3800 3801 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3794 class DescribeRemediationExecutionStatusRequest < Struct.new( :config_rule_name, :resource_keys, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |