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.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def uri @uri end |