Class: Aws::Rekognition::Types::ProjectPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ProjectPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Describes a project policy in the response from ListProjectPolicies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
The Unix datetime for the creation of the project policy.
-
#last_updated_timestamp ⇒ Time
The Unix datetime for when the project policy was last updated.
-
#policy_document ⇒ String
The JSON document for the project policy.
-
#policy_name ⇒ String
The name of the project policy.
-
#policy_revision_id ⇒ String
The revision ID of the project policy.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
Instance Attribute Details
#creation_timestamp ⇒ Time
The Unix datetime for the creation of the project policy.
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5840 class ProjectPolicy < Struct.new( :project_arn, :policy_name, :policy_revision_id, :policy_document, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The Unix datetime for when the project policy was last updated.
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5840 class ProjectPolicy < Struct.new( :project_arn, :policy_name, :policy_revision_id, :policy_document, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The JSON document for the project policy.
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5840 class ProjectPolicy < Struct.new( :project_arn, :policy_name, :policy_revision_id, :policy_document, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the project policy.
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5840 class ProjectPolicy < Struct.new( :project_arn, :policy_name, :policy_revision_id, :policy_document, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy_revision_id ⇒ String
The revision ID of the project policy.
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5840 class ProjectPolicy < Struct.new( :project_arn, :policy_name, :policy_revision_id, :policy_document, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project to which the project policy is attached.
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 |
# File 'lib/aws-sdk-rekognition/types.rb', line 5840 class ProjectPolicy < Struct.new( :project_arn, :policy_name, :policy_revision_id, :policy_document, :creation_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |