Class: Aws::Types::ListPeeringsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPeeringsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#peerings ⇒ ::Array[Types::Peering]
Returns the value of attribute peerings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def next_token @next_token end |
#peerings ⇒ ::Array[Types::Peering]
Returns the value of attribute peerings.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def peerings @peerings end |