Class: Aws::Rekognition::Types::CopyProjectVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CopyProjectVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_version_arn ⇒ String
The ARN of the copied model version in the destination project.
Instance Attribute Details
#project_version_arn ⇒ String
The ARN of the copied model version in the destination project.
824 825 826 827 828 |
# File 'lib/aws-sdk-rekognition/types.rb', line 824 class CopyProjectVersionResponse < Struct.new( :project_version_arn) SENSITIVE = [] include Aws::Structure end |