Class: Aws::SageMaker::Types::CreateActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateActionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_arn ⇒ String
The Amazon Resource Name (ARN) of the action.
Instance Attribute Details
#action_arn ⇒ String
The Amazon Resource Name (ARN) of the action.
5612 5613 5614 5615 5616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5612 class CreateActionResponse < Struct.new( :action_arn) SENSITIVE = [] include Aws::Structure end |