Class: Aws::Types::BatchIsAuthorizedWithTokenOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedWithTokenOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
-
#results ⇒ ::Array[Types::BatchIsAuthorizedWithTokenOutputItem]
Returns the value of attribute results.
Instance Attribute Details
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
141 142 143 |
# File 'sig/types.rbs', line 141 def principal @principal end |
#results ⇒ ::Array[Types::BatchIsAuthorizedWithTokenOutputItem]
Returns the value of attribute results.
142 143 144 |
# File 'sig/types.rbs', line 142 def results @results end |