Class: Aws::Types::SchemaReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schema_idTypes::SchemaId

Returns the value of attribute schema_id.

Returns:



6786
6787
6788
# File 'sig/types.rbs', line 6786

def schema_id
  @schema_id
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


6787
6788
6789
# File 'sig/types.rbs', line 6787

def schema_version_id
  @schema_version_id
end

#schema_version_number::Integer

Returns the value of attribute schema_version_number.

Returns:

  • (::Integer)


6788
6789
6790
# File 'sig/types.rbs', line 6788

def schema_version_number
  @schema_version_number
end