Class: Aws::NetworkManager::Types::GetDevicesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idsArray<String>

One or more device IDs. The maximum is 10.

Returns:

  • (Array<String>)


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_idString

The ID of the global network.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


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_tokenString

The token for the next page of results.

Returns:

  • (String)


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_idString

The ID of the site.

Returns:

  • (String)


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