Class: Aws::SageMaker::Types::DeleteActionResponse

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_arnString

The Amazon Resource Name (ARN) of the action.

Returns:

  • (String)


10338
10339
10340
10341
10342
# File 'lib/aws-sdk-sagemaker/types.rb', line 10338

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