Class: Aws::SageMaker::Types::UpdateActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateActionResponse
- 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.
45096 45097 45098 45099 45100 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45096 class UpdateActionResponse < Struct.new( :action_arn) SENSITIVE = [] include Aws::Structure end |