Class: Aws::Types::GetRoutingRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def domain_name
  @domain_name
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def domain_name_id
  @domain_name_id
end

#routing_rule_id::String

Returns the value of attribute routing_rule_id.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def routing_rule_id
  @routing_rule_id
end