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.
7379 7380 7381 7382 7383 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7379 class CreateImageVersionResponse < Struct.new( :image_version_arn) SENSITIVE = [] include Aws::Structure end |