Class: Aws::VerifiedPermissions::Types::BatchIsAuthorizedWithTokenOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::BatchIsAuthorizedWithTokenOutput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal ⇒ Types::EntityIdentifier
The identifier of the principal in the ID or access token.
-
#results ⇒ Array<Types::BatchIsAuthorizedWithTokenOutputItem>
A series of
AlloworDenydecisions for each request, and the policies that produced them.
Instance Attribute Details
#principal ⇒ Types::EntityIdentifier
The identifier of the principal in the ID or access token.
604 605 606 607 608 609 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 604 class BatchIsAuthorizedWithTokenOutput < Struct.new( :principal, :results) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::BatchIsAuthorizedWithTokenOutputItem>
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.
604 605 606 607 608 609 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 604 class BatchIsAuthorizedWithTokenOutput < Struct.new( :principal, :results) SENSITIVE = [] include Aws::Structure end |