Class: Aws::Types::CreateHostedZoneResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateHostedZoneResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
Returns the value of attribute change_info.
-
#delegation_set ⇒ Types::DelegationSet
Returns the value of attribute delegation_set.
-
#hosted_zone ⇒ Types::HostedZone
Returns the value of attribute hosted_zone.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
Returns the value of attribute change_info.
230 231 232 |
# File 'sig/types.rbs', line 230 def change_info @change_info end |
#delegation_set ⇒ Types::DelegationSet
Returns the value of attribute delegation_set.
231 232 233 |
# File 'sig/types.rbs', line 231 def delegation_set @delegation_set end |
#hosted_zone ⇒ Types::HostedZone
Returns the value of attribute hosted_zone.
229 230 231 |
# File 'sig/types.rbs', line 229 def hosted_zone @hosted_zone end |
#location ⇒ ::String
Returns the value of attribute location.
233 234 235 |
# File 'sig/types.rbs', line 233 def location @location end |
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
232 233 234 |
# File 'sig/types.rbs', line 232 def vpc @vpc end |