Class: Aws::ElasticLoadBalancingV2::Types::DeleteRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DeleteRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
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.
1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1076 class DeleteRuleInput < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |