Class: Aws::IoTWireless::Types::ListPositionConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListPositionConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this operation.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
-
#resource_type ⇒ String
Resource type for which position configurations are listed.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this operation.
3634 3635 3636 3637 3638 3639 3640 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3634 class ListPositionConfigurationsRequest < Struct.new( :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
3634 3635 3636 3637 3638 3639 3640 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3634 class ListPositionConfigurationsRequest < Struct.new( :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type for which position configurations are listed.
3634 3635 3636 3637 3638 3639 3640 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3634 class ListPositionConfigurationsRequest < Struct.new( :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |