Class: Aws::Types::HostedZoneSummary
- Inherits:
-
Object
- Object
- Aws::Types::HostedZoneSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ Types::HostedZoneOwner
Returns the value of attribute owner.
Instance Attribute Details
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
829 830 831 |
# File 'sig/types.rbs', line 829 def hosted_zone_id @hosted_zone_id end |
#name ⇒ ::String
Returns the value of attribute name.
830 831 832 |
# File 'sig/types.rbs', line 830 def name @name end |
#owner ⇒ Types::HostedZoneOwner
Returns the value of attribute owner.
831 832 833 |
# File 'sig/types.rbs', line 831 def owner @owner end |