Class: Aws::Types::GetRoutingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRoutingRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
-
#routing_rule_id ⇒ ::String
Returns the value of attribute routing_rule_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def routing_rule_id @routing_rule_id end |