Class: Aws::Types::CreateVPCAssociationAuthorizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVPCAssociationAuthorizationRequest
- 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.
319 320 321 |
# File 'sig/types.rbs', line 319 def hosted_zone_id @hosted_zone_id end |
#vpc ⇒ Types::VPC
Returns the value of attribute vpc.
320 321 322 |
# File 'sig/types.rbs', line 320 def vpc @vpc end |