Class: Aws::Types::BatchIsAuthorizedWithTokenOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#principalTypes::EntityIdentifier

Returns the value of attribute principal.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def principal
  @principal
end

#results::Array[Types::BatchIsAuthorizedWithTokenOutputItem]

Returns the value of attribute results.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def results
  @results
end