Class: Aws::Types::DomainInformation
- Inherits:
-
Object
- Object
- Aws::Types::DomainInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
585 586 587 |
# File 'sig/types.rbs', line 585 def domain_name @domain_name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def owner_id @owner_id end |
#region ⇒ ::String
Returns the value of attribute region.
586 587 588 |
# File 'sig/types.rbs', line 586 def region @region end |