Class: Aws::Rekognition::Types::CreateProjectResponse

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_arnString

The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.

Returns:

  • (String)


1022
1023
1024
1025
1026
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1022

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