Class: Aws::Types::DescribeDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
208 209 210 |
# File 'sig/types.rbs', line 208 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
209 210 211 |
# File 'sig/types.rbs', line 209 def domain_owner @domain_owner end |