Class: Aws::ComputeOptimizerAutomation::Types::DeleteAutomationRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::DeleteAutomationRuleRequest
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier to ensure idempotency of the request.
-
#rule_arn ⇒ String
The ARN of the rule to delete.
-
#rule_revision ⇒ Integer
The revision number of the rule to delete.
Instance Attribute Details
#client_token ⇒ String
A unique identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
624 625 626 627 628 629 630 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 624 class DeleteAutomationRuleRequest < Struct.new( :rule_arn, :rule_revision, :client_token) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The ARN of the rule to delete.
624 625 626 627 628 629 630 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 624 class DeleteAutomationRuleRequest < Struct.new( :rule_arn, :rule_revision, :client_token) SENSITIVE = [] include Aws::Structure end |
#rule_revision ⇒ Integer
The revision number of the rule to delete.
624 625 626 627 628 629 630 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 624 class DeleteAutomationRuleRequest < Struct.new( :rule_arn, :rule_revision, :client_token) SENSITIVE = [] include Aws::Structure end |