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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



24596
24597
24598
24599
24600
24601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24596

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)


24596
24597
24598
24599
24600
24601
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24596

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