Class: Aws::ElasticLoadBalancingV2::Types::DeleteRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteRuleInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteRuleInput data as a hash:
{
rule_arn: "RuleArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
Instance Attribute Details
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
1279 1280 1281 1282 1283 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1279 class DeleteRuleInput < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |