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.
7387 7388 7389 7390 7391 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7387 class CreateImageVersionResponse < Struct.new( :image_version_arn) SENSITIVE = [] include Aws::Structure end |