Class: Aws::Types::AssociateVPCWithHostedZoneRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateVPCWithHostedZoneRequest
- 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.
44 45 46 |
# File 'sig/types.rbs', line 44 def comment @comment end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def hosted_zone_id @hosted_zone_id end |
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
43 44 45 |
# File 'sig/types.rbs', line 43 def vpc @vpc end |