You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::ProjectDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ProjectDescription
- Defined in:
- (unknown)
Overview
A description of a Amazon Rekognition Custom Labels project.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The Unix timestamp for the date and time that the project was created.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
-
#status ⇒ String
The current status of the project.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix timestamp for the date and time that the project was created.
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project.
#status ⇒ String
The current status of the project.
Possible values:
- CREATING
- CREATED
- DELETING