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:



754
755
756
757
758
759
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 754

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)


754
755
756
757
758
759
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 754

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