Class: Aws::Types::AWSDomainInformation
- Inherits:
-
Object
- Object
- Aws::Types::AWSDomainInformation
- 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.
36 37 38 |
# File 'sig/types.rbs', line 36 def domain_name @domain_name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
35 36 37 |
# File 'sig/types.rbs', line 35 def owner_id @owner_id end |
#region ⇒ ::String
Returns the value of attribute region.
37 38 39 |
# File 'sig/types.rbs', line 37 def region @region end |