Class: Aws::SageMaker::Types::CreateImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateImageResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
7278 7279 7280 7281 7282 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 7278 class CreateImageResponse < Struct.new( :image_arn) SENSITIVE = [] include Aws::Structure end |