Class: Aws::Types::PutRoutingRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::RoutingRuleAction]

Returns the value of attribute actions.

Returns:



1948
1949
1950
# File 'sig/types.rbs', line 1948

def actions
  @actions
end

#conditions::Array[Types::RoutingRuleCondition]

Returns the value of attribute conditions.

Returns:



1949
1950
1951
# File 'sig/types.rbs', line 1949

def conditions
  @conditions
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def domain_name
  @domain_name
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:

  • (::String)


1951
1952
1953
# File 'sig/types.rbs', line 1951

def domain_name_id
  @domain_name_id
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1952
1953
1954
# File 'sig/types.rbs', line 1952

def priority
  @priority
end

#routing_rule_id::String

Returns the value of attribute routing_rule_id.

Returns:

  • (::String)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def routing_rule_id
  @routing_rule_id
end