Class: Aws::Types::ListVPCAssociationAuthorizationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVPCAssociationAuthorizationsResponse
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vp_cs ⇒ ::Array[Types::VPC]
Returns the value of attribute vp_cs.
Instance Attribute Details
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def hosted_zone_id @hosted_zone_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def next_token @next_token end |
#vp_cs ⇒ ::Array[Types::VPC]
Returns the value of attribute vp_cs.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def vp_cs @vp_cs end |