Class: Aws::NetworkManager::Types::ListPeeringsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListPeeringsResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#peerings ⇒ Array<Types::Peering>
Lists the transit gateway peerings for the
ListPeerings
request.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
4311 4312 4313 4314 4315 4316 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4311 class ListPeeringsResponse < Struct.new( :peerings, :next_token) SENSITIVE = [] include Aws::Structure end |
#peerings ⇒ Array<Types::Peering>
Lists the transit gateway peerings for the ListPeerings
request.
4311 4312 4313 4314 4315 4316 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4311 class ListPeeringsResponse < Struct.new( :peerings, :next_token) SENSITIVE = [] include Aws::Structure end |