Class: Aws::ElasticLoadBalancingV2::Types::CreateRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::CreateRuleInput
- 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.
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#priority ⇒ Integer
The rule priority.
-
#tags ⇒ Array<Types::Tag>
The tags to assign to the rule.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
The actions.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 782 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RuleCondition>
The conditions.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 782 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 782 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority. A listener can’t have multiple rules with the same priority.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 782 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to assign to the rule.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 782 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |