Class: Aws::Types::DeleteRoutingRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRoutingRuleRequest
- 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.
886 887 888 |
# File 'sig/types.rbs', line 886 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
887 888 889 |
# File 'sig/types.rbs', line 887 def domain_name_id @domain_name_id end |
#routing_rule_id ⇒ ::String
Returns the value of attribute routing_rule_id.
888 889 890 |
# File 'sig/types.rbs', line 888 def routing_rule_id @routing_rule_id end |