Class: Aws::NetworkManager::Types::GetDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetDevicesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_ids ⇒ Array<String>
One or more device IDs.
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#site_id ⇒ String
The ID of the site.
Instance Attribute Details
#device_ids ⇒ Array<String>
One or more device IDs. The maximum is 10.
2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2994 class GetDevicesRequest < Struct.new( :global_network_id, :device_ids, :site_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2994 class GetDevicesRequest < Struct.new( :global_network_id, :device_ids, :site_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2994 class GetDevicesRequest < Struct.new( :global_network_id, :device_ids, :site_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2994 class GetDevicesRequest < Struct.new( :global_network_id, :device_ids, :site_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
2994 2995 2996 2997 2998 2999 3000 3001 3002 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2994 class GetDevicesRequest < Struct.new( :global_network_id, :device_ids, :site_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |