Class: Aws::Types::CreateVPCAssociationAuthorizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVPCAssociationAuthorizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
Instance Attribute Details
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
325 326 327 |
# File 'sig/types.rbs', line 325 def hosted_zone_id @hosted_zone_id end |
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
326 327 328 |
# File 'sig/types.rbs', line 326 def vpc @vpc end |