Class: Aws::SageMaker::Types::ListActionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_summariesArray<Types::ActionSummary>

A list of actions and their properties.

Returns:



24683
24684
24685
24686
24687
24688
# File 'lib/aws-sdk-sagemaker/types.rb', line 24683

class ListActionsResponse < Struct.new(
  :action_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for getting the next set of actions, if there are any.

Returns:

  • (String)


24683
24684
24685
24686
24687
24688
# File 'lib/aws-sdk-sagemaker/types.rb', line 24683

class ListActionsResponse < Struct.new(
  :action_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end