Class: Aws::PrivateNetworks::Types::ListDeviceIdentifiersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_identifiersArray<Types::DeviceIdentifier>

Information about the device identifiers.

Returns:



861
862
863
864
865
866
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 861

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


861
862
863
864
865
866
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 861

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