Class: Aws::Types::TestInvokeAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestInvokeAuthorizerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_context.
-
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute multi_value_headers.
-
#path_with_query_string ⇒ ::String
Returns the value of attribute path_with_query_string.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#stage_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variables.
Instance Attribute Details
#additional_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_context.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def additional_context @additional_context end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def end |
#body ⇒ ::String
Returns the value of attribute body.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def body @body end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def headers @headers end |
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute multi_value_headers.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def multi_value_headers @multi_value_headers end |
#path_with_query_string ⇒ ::String
Returns the value of attribute path_with_query_string.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def path_with_query_string @path_with_query_string end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def rest_api_id @rest_api_id end |
#stage_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variables.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def stage_variables @stage_variables end |