You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::DescribeGlobalNetworksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DescribeGlobalNetworksRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeGlobalNetworksRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
global_network_ids: ["String"],
max_results: 1,
next_token: "String",
}
Instance Attribute Summary collapse
-
#global_network_ids ⇒ Array<String>
The IDs of one or more global networks.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#global_network_ids ⇒ Array<String>
The IDs of one or more global networks. The maximum is 10.
#max_results ⇒ Integer
The maximum number of results to return.
#next_token ⇒ String
The token for the next page of results.