Class: Aws::Types::DeleteConditionalForwarderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConditionalForwarderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def directory_id @directory_id end |
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
367 368 369 |
# File 'sig/types.rbs', line 367 def remote_domain_name @remote_domain_name end |