Method: Aws::SageMaker::Types::DescribeActionResponse#action_type

Defined in:
lib/aws-sdk-sagemaker/types.rb

#action_typeString

The type of the action.

Returns:

  • (String)


15511
15512
15513
15514
15515
15516
15517
15518
15519
15520
15521
15522
15523
15524
15525
15526
15527
# File 'lib/aws-sdk-sagemaker/types.rb', line 15511

class DescribeActionResponse < Struct.new(
  :action_name,
  :action_arn,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :metadata_properties,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end