Class: Aws::SageMaker::Types::DescribeActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeActionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_name ⇒ String
The name of the action to describe.
Instance Attribute Details
#action_name ⇒ String
The name of the action to describe.
12119 12120 12121 12122 12123 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12119 class DescribeActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end |