Class: Aws::Types::ListVpcConnectorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVpcConnectorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_connectors ⇒ ::Array[Types::VpcConnector]
Returns the value of attribute vpc_connectors.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
508 509 510 |
# File 'sig/types.rbs', line 508 def next_token @next_token end |
#vpc_connectors ⇒ ::Array[Types::VpcConnector]
Returns the value of attribute vpc_connectors.
507 508 509 |
# File 'sig/types.rbs', line 507 def vpc_connectors @vpc_connectors end |