Class: Aws::SageMaker::Types::CreateActionResponse

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_arnString

The Amazon Resource Name (ARN) of the action.

Returns:

  • (String)


4869
4870
4871
4872
4873
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4869

class CreateActionResponse < Struct.new(
  :action_arn)
  SENSITIVE = []
  include Aws::Structure
end