Class: Aws::Types::GetSchemaVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaVersionInput
- 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 ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
Instance Attribute Details
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def schema_id @schema_id end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def schema_version_id @schema_version_id end |
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def schema_version_number @schema_version_number end |