Class: Aws::IoTWireless::Types::ListWirelessGatewayTaskDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListWirelessGatewayTaskDefinitionsResponse
- 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.
-
#task_definitions ⇒ Array<Types::UpdateWirelessGatewayTaskEntry>
The list of task definitions.
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.
3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3890 class ListWirelessGatewayTaskDefinitionsResponse < Struct.new( :next_token, :task_definitions) SENSITIVE = [] include Aws::Structure end |
#task_definitions ⇒ Array<Types::UpdateWirelessGatewayTaskEntry>
The list of task definitions.
3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3890 class ListWirelessGatewayTaskDefinitionsResponse < Struct.new( :next_token, :task_definitions) SENSITIVE = [] include Aws::Structure end |