Class: Aws::Types::GetMailDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMailDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def domain_name @domain_name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def organization_id @organization_id end |