Class: Aws::Types::HostedZoneOwner
- Inherits:
-
Object
- Object
- Aws::Types::HostedZoneOwner
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owning_account ⇒ ::String
Returns the value of attribute owning_account.
-
#owning_service ⇒ ::String
Returns the value of attribute owning_service.
Instance Attribute Details
#owning_account ⇒ ::String
Returns the value of attribute owning_account.
818 819 820 |
# File 'sig/types.rbs', line 818 def owning_account @owning_account end |
#owning_service ⇒ ::String
Returns the value of attribute owning_service.
819 820 821 |
# File 'sig/types.rbs', line 819 def owning_service @owning_service end |