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.
222 223 224 |
# File 'sig/types.rbs', line 222 def @authorizer_configuration end |
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
Returns the value of attribute authorizer_type.
223 224 225 |
# File 'sig/types.rbs', line 223 def @authorizer_type end |