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.
7690 7691 7692 7693 7694 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7690 class CreateImageResponse < Struct.new( :image_arn) SENSITIVE = [] include Aws::Structure end |