Class: Aws::Types::TestInvokeAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestInvokeAuthorizerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
-
#http_context ⇒ Types::HttpContext
Returns the value of attribute http_context.
-
#mqtt_context ⇒ Types::MqttContext
Returns the value of attribute mqtt_context.
-
#tls_context ⇒ Types::TlsContext
Returns the value of attribute tls_context.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#token_signature ⇒ ::String
Returns the value of attribute token_signature.
Instance Attribute Details
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
4729 4730 4731 |
# File 'sig/types.rbs', line 4729 def @authorizer_name end |
#http_context ⇒ Types::HttpContext
Returns the value of attribute http_context.
4732 4733 4734 |
# File 'sig/types.rbs', line 4732 def http_context @http_context end |
#mqtt_context ⇒ Types::MqttContext
Returns the value of attribute mqtt_context.
4733 4734 4735 |
# File 'sig/types.rbs', line 4733 def mqtt_context @mqtt_context end |
#tls_context ⇒ Types::TlsContext
Returns the value of attribute tls_context.
4734 4735 4736 |
# File 'sig/types.rbs', line 4734 def tls_context @tls_context end |
#token ⇒ ::String
Returns the value of attribute token.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def token @token end |
#token_signature ⇒ ::String
Returns the value of attribute token_signature.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def token_signature @token_signature end |