Class: Aws::PrivateNetworks::Types::ListDeviceIdentifiersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ListDeviceIdentifiersResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_identifiers ⇒ Array<Types::DeviceIdentifier>
Information about the device identifiers.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#device_identifiers ⇒ Array<Types::DeviceIdentifier>
Information about the device identifiers.
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_token ⇒ String
The token for the next page of results.
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 |