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.
12192 12193 12194 12195 12196 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12192 class DescribeActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end |