Class: Aws::SageMaker::Types::CreateImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateImageResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_arn ⇒ String
The ARN of the image.
Instance Attribute Details
#image_arn ⇒ String
The ARN of the image.
7204 7205 7206 7207 7208 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7204 class CreateImageResponse < Struct.new( :image_arn) SENSITIVE = [] include Aws::Structure end |