Class: Aws::IoTSiteWise::Types::ListActionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_summariesArray<Types::ActionSummary>

A list that summarizes the actions associated with the specified asset.

Returns:



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_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


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