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.
10239 10240 10241 10242 10243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10239 class CreateImageVersionResponse < Struct.new( :image_version_arn) SENSITIVE = [] include Aws::Structure end |