Class: Aws::Rekognition::Types::CreateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the new project.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.
1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1034 class CreateProjectResponse < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |