Class: Aws::Types::DiscoveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DiscoveryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
Returns the value of attribute authorizer_configuration.
-
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
Returns the value of attribute authorizer_type.
Instance Attribute Details
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
Returns the value of attribute authorizer_configuration.
179 180 181 |
# File 'sig/types.rbs', line 179 def @authorizer_configuration end |
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
Returns the value of attribute authorizer_type.
180 181 182 |
# File 'sig/types.rbs', line 180 def @authorizer_type end |