Class: Aws::Types::TestInvokeAuthorizerResponse
- Inherits:
-
Object
- Object
- Aws::Types::TestInvokeAuthorizerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute authorization.
-
#claims ⇒ ::Hash[::String, ::String]
Returns the value of attribute claims.
-
#client_status ⇒ ::Integer
Returns the value of attribute client_status.
-
#latency ⇒ ::Integer
Returns the value of attribute latency.
-
#log ⇒ ::String
Returns the value of attribute log.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
Instance Attribute Details
#authorization ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute authorization.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def @authorization end |
#claims ⇒ ::Hash[::String, ::String]
Returns the value of attribute claims.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def claims @claims end |
#client_status ⇒ ::Integer
Returns the value of attribute client_status.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def client_status @client_status end |
#latency ⇒ ::Integer
Returns the value of attribute latency.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def latency @latency end |
#log ⇒ ::String
Returns the value of attribute log.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def log @log end |
#policy ⇒ ::String
Returns the value of attribute policy.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def policy @policy end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def principal_id @principal_id end |