Class: Aws::SageMaker::Types::CreateImageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateImageVersionResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image version.
Instance Attribute Details
#image_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image version.
5598 5599 5600 5601 5602 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5598 class CreateImageVersionResponse < Struct.new( :image_version_arn) SENSITIVE = [] include Aws::Structure end |