Class: Aws::Rekognition::Types::ListProjectPoliciesResponse

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

#next_tokenString

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.

Returns:

  • (String)


5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5133

class ListProjectPoliciesResponse < Struct.new(
  :project_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#project_policiesArray<Types::ProjectPolicy>

A list of project policies attached to the project.

Returns:



5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5133

class ListProjectPoliciesResponse < Struct.new(
  :project_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end