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.
3121 3122 3123 3124 3125 3126 3127 3128 3129 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3121 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RuleCondition>
The conditions.
3121 3122 3123 3124 3125 3126 3127 3128 3129 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3121 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.
3121 3122 3123 3124 3125 3126 3127 3128 3129 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3121 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.
3121 3122 3123 3124 3125 3126 3127 3128 3129 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3121 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.
3121 3122 3123 3124 3125 3126 3127 3128 3129 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3121 class ModifyRuleInput < Struct.new( :rule_arn, :conditions, :actions, :transforms, :reset_transforms) SENSITIVE = [] include Aws::Structure end |