Class: Aws::VerifiedPermissions::Types::BatchIsAuthorizedWithTokenOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#principalTypes::EntityIdentifier

The identifier of the principal in the ID or access token.



381
382
383
384
385
386
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 381

class BatchIsAuthorizedWithTokenOutput < Struct.new(
  :principal,
  :results)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<Types::BatchIsAuthorizedWithTokenOutputItem>

A series of Allow or Deny decisions for each request, and the policies that produced them.



381
382
383
384
385
386
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 381

class BatchIsAuthorizedWithTokenOutput < Struct.new(
  :principal,
  :results)
  SENSITIVE = []
  include Aws::Structure
end