Class: Aws::Types::CreateHostedZoneRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHostedZoneRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#delegation_set_id ⇒ ::String
Returns the value of attribute delegation_set_id.
-
#hosted_zone_config ⇒ Types::HostedZoneConfig
Returns the value of attribute hosted_zone_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
222 223 224 |
# File 'sig/types.rbs', line 222 def caller_reference @caller_reference end |
#delegation_set_id ⇒ ::String
Returns the value of attribute delegation_set_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def delegation_set_id @delegation_set_id end |
#hosted_zone_config ⇒ Types::HostedZoneConfig
Returns the value of attribute hosted_zone_config.
223 224 225 |
# File 'sig/types.rbs', line 223 def hosted_zone_config @hosted_zone_config end |
#name ⇒ ::String
Returns the value of attribute name.
220 221 222 |
# File 'sig/types.rbs', line 220 def name @name end |
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
221 222 223 |
# File 'sig/types.rbs', line 221 def vpc @vpc end |