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.
712 713 714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 712 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RuleCondition>
The conditions.
712 713 714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 712 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.
712 713 714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 712 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.
712 713 714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 712 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.
712 713 714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 712 class CreateRuleInput < Struct.new( :listener_arn, :conditions, :priority, :actions, :tags) SENSITIVE = [] include Aws::Structure end |