Class: Aws::IoTWireless::Types::ListPositionConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListPositionConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#position_configuration_list ⇒ Array<Types::PositionConfigurationItem>
A list of position configurations.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
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_list ⇒ Array<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 |