Class: Aws::Types::GetSchemaVersionsDiffInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#first_schema_version_numberTypes::SchemaVersionNumber

Returns the value of attribute first_schema_version_number.



4058
4059
4060
# File 'sig/types.rbs', line 4058

def first_schema_version_number
  @first_schema_version_number
end

#schema_diff_type"SYNTAX_DIFF"

Returns the value of attribute schema_diff_type.

Returns:

  • ("SYNTAX_DIFF")


4060
4061
4062
# File 'sig/types.rbs', line 4060

def schema_diff_type
  @schema_diff_type
end

#schema_idTypes::SchemaId

Returns the value of attribute schema_id.

Returns:



4057
4058
4059
# File 'sig/types.rbs', line 4057

def schema_id
  @schema_id
end

#second_schema_version_numberTypes::SchemaVersionNumber

Returns the value of attribute second_schema_version_number.



4059
4060
4061
# File 'sig/types.rbs', line 4059

def second_schema_version_number
  @second_schema_version_number
end