Class: Aws::ElasticLoadBalancingV2::Types::ModifyRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::Action>
The actions.
-
#conditions ⇒ Array<Types::RuleCondition>
The conditions.
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
The actions.
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2866 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RuleCondition>
The conditions.
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2866 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2866 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions) SENSITIVE = [] include Aws::Structure end |