Class: Aws::NetworkManager::Types::DescribeGlobalNetworksRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_idsArray<String>

The IDs of one or more global networks. The maximum is 10.

Returns:

  • (Array<String>)


2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2144

class DescribeGlobalNetworksRequest < Struct.new(
  :global_network_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2144

class DescribeGlobalNetworksRequest < Struct.new(
  :global_network_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2144
2145
2146
2147
2148
2149
2150
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2144

class DescribeGlobalNetworksRequest < Struct.new(
  :global_network_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end