Class: Aws::IoTSiteWise::Types::ListActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListActionsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_summaries ⇒ Array<Types::ActionSummary>
A list that summarizes the actions associated with the specified asset.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#action_summaries ⇒ Array<Types::ActionSummary>
A list that summarizes the actions associated with the specified asset.
6314 6315 6316 6317 6318 6319 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6314 class ListActionsResponse < Struct.new( :action_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
6314 6315 6316 6317 6318 6319 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6314 class ListActionsResponse < Struct.new( :action_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |