Class: Aws::Rekognition::Types::CopyProjectVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_version_arnString

The ARN of the copied model version in the destination project.

Returns:

  • (String)


817
818
819
820
821
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 817

class CopyProjectVersionResponse < Struct.new(
  :project_version_arn)
  SENSITIVE = []
  include Aws::Structure
end