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.
7871 7872 7873 |
# File 'sig/types.rbs', line 7871 def next_token @next_token end |
#vpc_peering_connections ⇒ ::Array[Types::VpcPeeringConnection]
Returns the value of attribute vpc_peering_connections.
7870 7871 7872 |
# File 'sig/types.rbs', line 7870 def vpc_peering_connections @vpc_peering_connections end |