Class: Aws::Types::Authorizer
- Inherits:
-
Object
- Object
- Aws::Types::Authorizer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ ::String
Returns the value of attribute auth_type.
-
#authorizer_credentials ⇒ ::String
Returns the value of attribute authorizer_credentials.
-
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
-
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity_source ⇒ ::String
Returns the value of attribute identity_source.
-
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_arns ⇒ ::Array[::String]
Returns the value of attribute provider_arns.
-
#type ⇒ "TOKEN", ...
Returns the value of attribute type.
Instance Attribute Details
#auth_type ⇒ ::String
Returns the value of attribute auth_type.
64 65 66 |
# File 'sig/types.rbs', line 64 def auth_type @auth_type end |
#authorizer_credentials ⇒ ::String
Returns the value of attribute authorizer_credentials.
66 67 68 |
# File 'sig/types.rbs', line 66 def @authorizer_credentials end |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
69 70 71 |
# File 'sig/types.rbs', line 69 def @authorizer_result_ttl_in_seconds end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
65 66 67 |
# File 'sig/types.rbs', line 65 def @authorizer_uri end |
#id ⇒ ::String
Returns the value of attribute id.
60 61 62 |
# File 'sig/types.rbs', line 60 def id @id end |
#identity_source ⇒ ::String
Returns the value of attribute identity_source.
67 68 69 |
# File 'sig/types.rbs', line 67 def identity_source @identity_source end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
68 69 70 |
# File 'sig/types.rbs', line 68 def identity_validation_expression @identity_validation_expression end |
#name ⇒ ::String
Returns the value of attribute name.
61 62 63 |
# File 'sig/types.rbs', line 61 def name @name end |
#provider_arns ⇒ ::Array[::String]
Returns the value of attribute provider_arns.
63 64 65 |
# File 'sig/types.rbs', line 63 def provider_arns @provider_arns end |
#type ⇒ "TOKEN", ...
Returns the value of attribute type.
62 63 64 |
# File 'sig/types.rbs', line 62 def type @type end |