Class: Aws::Types::DescribeVpcPeeringConnectionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcPeeringConnectionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_peering_connections ⇒ ::Array[Types::VpcPeeringConnection]
Returns the value of attribute vpc_peering_connections.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8144 8145 8146 |
# File 'sig/types.rbs', line 8144 def next_token @next_token end |
#vpc_peering_connections ⇒ ::Array[Types::VpcPeeringConnection]
Returns the value of attribute vpc_peering_connections.
8143 8144 8145 |
# File 'sig/types.rbs', line 8143 def vpc_peering_connections @vpc_peering_connections end |