Class: Aws::SageMaker::Types::CreateImageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateImageVersionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_version_arn ⇒ String
The ARN of the image version.
Instance Attribute Details
#image_version_arn ⇒ String
The ARN of the image version.
7418 7419 7420 7421 7422 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7418 class CreateImageVersionResponse < Struct.new( :image_version_arn) SENSITIVE = [] include Aws::Structure end |