Class: Aws::LookoutforVision::Types::DeleteModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DeleteModelResponse
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model that was deleted.
Instance Attribute Details
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the model that was deleted.
489 490 491 492 493 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 489 class DeleteModelResponse < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |