Class: Aws::ElasticLoadBalancingV2::Types::CreateRuleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::Action>

The actions.

Returns:



700
701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 700

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#conditionsArray<Types::RuleCondition>

The conditions.

Returns:



700
701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 700

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


700
701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 700

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The rule priority. A listener can't have multiple rules with the same priority.

Returns:

  • (Integer)


700
701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 700

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to assign to the rule.

Returns:



700
701
702
703
704
705
706
707
708
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 700

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end