Class: Aws::Types::DescribeConditionalForwardersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConditionalForwardersRequest
- 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_names ⇒ ::Array[::String]
Returns the value of attribute remote_domain_names.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def directory_id @directory_id end |
#remote_domain_names ⇒ ::Array[::String]
Returns the value of attribute remote_domain_names.
483 484 485 |
# File 'sig/types.rbs', line 483 def remote_domain_names @remote_domain_names end |