Class: Aws::ElasticLoadBalancingV2::Types::ModifyRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyRuleInput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/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.
-
#reset_transforms ⇒ Boolean
Indicates whether to remove all transforms from the rule.
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
-
#transforms ⇒ Array<Types::RuleTransform>
The transforms to apply to requests that match this rule.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
The actions.
3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3132 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RuleCondition>
The conditions.
3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3132 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |
#reset_transforms ⇒ Boolean
Indicates whether to remove all transforms from the rule. If you
specify ResetTransforms, you can't specify Transforms.
3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3132 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3132 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |
#transforms ⇒ Array<Types::RuleTransform>
The transforms to apply to requests that match this rule. You can
add one host header rewrite transform and one URL rewrite transform.
If you specify Transforms, you can't specify ResetTransforms.
3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3132 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |