Class: Aws::Types::SchemaReference
- Inherits:
-
Object
- Object
- Aws::Types::SchemaReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#schema_version_number ⇒ ::Integer
Returns the value of attribute schema_version_number.
Instance Attribute Details
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
6754 6755 6756 |
# File 'sig/types.rbs', line 6754 def schema_id @schema_id end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6755 6756 6757 |
# File 'sig/types.rbs', line 6755 def schema_version_id @schema_version_id end |
#schema_version_number ⇒ ::Integer
Returns the value of attribute schema_version_number.
6756 6757 6758 |
# File 'sig/types.rbs', line 6756 def schema_version_number @schema_version_number end |