Class: Aws::VerifiedPermissions::Types::BatchIsAuthorizedOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::BatchIsAuthorizedOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Array<Types::BatchIsAuthorizedOutputItem>
A series of ‘Allow` or `Deny` decisions for each request, and the policies that produced them.
Instance Attribute Details
#results ⇒ Array<Types::BatchIsAuthorizedOutputItem>
A series of ‘Allow` or `Deny` decisions for each request, and the policies that produced them. These results are returned in the order they were requested.
390 391 392 393 394 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 390 class BatchIsAuthorizedOutput < Struct.new( :results) SENSITIVE = [] include Aws::Structure end |