Class: Aws::NetworkManager::Types::GetDevicesResponse

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

#devicesArray<Types::Device>

The devices.

Returns:



2935
2936
2937
2938
2939
2940
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2935

class GetDevicesResponse < Struct.new(
  :devices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2935
2936
2937
2938
2939
2940
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2935

class GetDevicesResponse < Struct.new(
  :devices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end