Class: Aws::Types::KafkaSchemaRegistryAccessConfig
- Inherits:
-
Object
- Object
- Aws::Types::KafkaSchemaRegistryAccessConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "BASIC_AUTH", ...
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#type ⇒ "BASIC_AUTH", ...
Returns the value of attribute type.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def uri @uri end |