Class: Aws::NetworkManager::Types::GetDevicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetDevicesResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Array<Types::Device>
The devices.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#devices ⇒ Array<Types::Device>
The devices.
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_token ⇒ String
The token for the next page of results.
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 |