Class: Aws::Types::GetSchemaVersionInput

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:



4039
4040
4041
# File 'sig/types.rbs', line 4039

def schema_id
  @schema_id
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


4040
4041
4042
# File 'sig/types.rbs', line 4040

def schema_version_id
  @schema_version_id
end

#schema_version_numberTypes::SchemaVersionNumber

Returns the value of attribute schema_version_number.



4041
4042
4043
# File 'sig/types.rbs', line 4041

def schema_version_number
  @schema_version_number
end