Class: Aws::Types::DisassociateVPCFromHostedZoneRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateVPCFromHostedZoneRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
482 483 484 |
# File 'sig/types.rbs', line 482 def comment @comment end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def hosted_zone_id @hosted_zone_id end |
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
481 482 483 |
# File 'sig/types.rbs', line 481 def vpc @vpc end |