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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3651
3652
3653
3654
3655
3656
# File 'lib/aws-sdk-iotwireless/types.rb', line 3651

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

#position_configuration_listArray<Types::PositionConfigurationItem>

A list of position configurations.



3651
3652
3653
3654
3655
3656
# File 'lib/aws-sdk-iotwireless/types.rb', line 3651

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