Class: Aws::Types::SchemaId
- Inherits:
-
Object
- Object
- Aws::Types::SchemaId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
6807 6808 6809 |
# File 'sig/types.rbs', line 6807 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6805 6806 6807 |
# File 'sig/types.rbs', line 6805 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
6806 6807 6808 |
# File 'sig/types.rbs', line 6806 def schema_name @schema_name end |