Class: Aws::Types::CreateAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAuthorizerRequest
- 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.
-
#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.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#type ⇒ "TOKEN", ...
Returns the value of attribute type.
Instance Attribute Details
#auth_type ⇒ ::String
Returns the value of attribute auth_type.
143 144 145 |
# File 'sig/types.rbs', line 143 def auth_type @auth_type end |
#authorizer_credentials ⇒ ::String
Returns the value of attribute authorizer_credentials.
145 146 147 |
# File 'sig/types.rbs', line 145 def end |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
148 149 150 |
# File 'sig/types.rbs', line 148 def end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
144 145 146 |
# File 'sig/types.rbs', line 144 def end |
#identity_source ⇒ ::String
Returns the value of attribute identity_source.
146 147 148 |
# File 'sig/types.rbs', line 146 def identity_source @identity_source end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
147 148 149 |
# File 'sig/types.rbs', line 147 def identity_validation_expression @identity_validation_expression end |
#name ⇒ ::String
Returns the value of attribute name.
140 141 142 |
# File 'sig/types.rbs', line 140 def name @name end |
#provider_arns ⇒ ::Array[::String]
Returns the value of attribute provider_arns.
142 143 144 |
# File 'sig/types.rbs', line 142 def provider_arns @provider_arns end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def rest_api_id @rest_api_id end |
#type ⇒ "TOKEN", ...
Returns the value of attribute type.
141 142 143 |
# File 'sig/types.rbs', line 141 def type @type end |