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
ListPeeringsrequest.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4732 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.
4732 4733 4734 4735 4736 4737 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4732 class ListPeeringsResponse < Struct.new( :peerings, :next_token) SENSITIVE = [] include Aws::Structure end |