Class: Aws::Rekognition::Types::ListProjectPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListProjectPoliciesResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.
-
#project_policies ⇒ Array<Types::ProjectPolicy>
A list of project policies attached to the project.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.
4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4142 class ListProjectPoliciesResponse < Struct.new( :project_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#project_policies ⇒ Array<Types::ProjectPolicy>
A list of project policies attached to the project.
4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4142 class ListProjectPoliciesResponse < Struct.new( :project_policies, :next_token) SENSITIVE = [] include Aws::Structure end |