Module: Aws::VerifiedPermissions::Client::_BatchIsAuthorizedWithTokenResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchIsAuthorizedWithTokenOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #principal ⇒ Types::EntityIdentifier
- #results ⇒ ::Array[Types::BatchIsAuthorizedWithTokenOutputItem]
Instance Method Details
#principal ⇒ Types::EntityIdentifier
128 |
# File 'sig/client.rbs', line 128
def principal: () -> Types::EntityIdentifier
|
#results ⇒ ::Array[Types::BatchIsAuthorizedWithTokenOutputItem]
129 |
# File 'sig/client.rbs', line 129
def results: () -> ::Array[Types::BatchIsAuthorizedWithTokenOutputItem]
|