Class: Aws::Types::Domain
- Inherits:
-
Object
- Object
- Aws::Types::Domain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
594 595 596 |
# File 'sig/types.rbs', line 594 def domain_name @domain_name end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def hosted_zone_id @hosted_zone_id end |