Class: Aws::IoTWireless::Types::ListPositionConfigurationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3583
3584
3585
3586
3587
3588
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3583

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

#position_configuration_listArray<Types::PositionConfigurationItem>

A list of position configurations.



3583
3584
3585
3586
3587
3588
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3583

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