Class: Aws::Types::GetSchemaVersionsDiffInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaVersionsDiffInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute first_schema_version_number.
-
#schema_diff_type ⇒ "SYNTAX_DIFF"
Returns the value of attribute schema_diff_type.
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
-
#second_schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute second_schema_version_number.
Instance Attribute Details
#first_schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute first_schema_version_number.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def first_schema_version_number @first_schema_version_number end |
#schema_diff_type ⇒ "SYNTAX_DIFF"
Returns the value of attribute schema_diff_type.
4041 4042 4043 |
# File 'sig/types.rbs', line 4041 def schema_diff_type @schema_diff_type end |
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def schema_id @schema_id end |
#second_schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute second_schema_version_number.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def second_schema_version_number @second_schema_version_number end |