Class: Aws::Types::GetAuthorizerResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAuthorizerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_credentials_arn ⇒ ::String
Returns the value of attribute authorizer_credentials_arn.
-
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
-
#authorizer_payload_format_version ⇒ ::String
Returns the value of attribute authorizer_payload_format_version.
-
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
-
#authorizer_type ⇒ "REQUEST", "JWT"
Returns the value of attribute authorizer_type.
-
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
-
#enable_simple_responses ⇒ Boolean
Returns the value of attribute enable_simple_responses.
-
#identity_source ⇒ ::Array[::String]
Returns the value of attribute identity_source.
-
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
-
#jwt_configuration ⇒ Types::JWTConfiguration
Returns the value of attribute jwt_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#authorizer_credentials_arn ⇒ ::String
Returns the value of attribute authorizer_credentials_arn.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def @authorizer_credentials_arn end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def @authorizer_id end |
#authorizer_payload_format_version ⇒ ::String
Returns the value of attribute authorizer_payload_format_version.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def @authorizer_payload_format_version end |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def @authorizer_result_ttl_in_seconds end |
#authorizer_type ⇒ "REQUEST", "JWT"
Returns the value of attribute authorizer_type.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def @authorizer_type end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def @authorizer_uri end |
#enable_simple_responses ⇒ Boolean
Returns the value of attribute enable_simple_responses.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def enable_simple_responses @enable_simple_responses end |
#identity_source ⇒ ::Array[::String]
Returns the value of attribute identity_source.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def identity_source @identity_source end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def identity_validation_expression @identity_validation_expression end |
#jwt_configuration ⇒ Types::JWTConfiguration
Returns the value of attribute jwt_configuration.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def jwt_configuration @jwt_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def name @name end |