Class: Aws::Types::CreateSchemaInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatibility"NONE", ...

Returns the value of attribute compatibility.

Returns:

  • ("NONE", "DISABLED", "BACKWARD", "BACKWARD_ALL", "FORWARD", "FORWARD_ALL", "FULL", "FULL_ALL")


1714
1715
1716
# File 'sig/types.rbs', line 1714

def compatibility
  @compatibility
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

  • ("AVRO", "JSON", "PROTOBUF")


1713
1714
1715
# File 'sig/types.rbs', line 1713

def data_format
  @data_format
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def description
  @description
end

#registry_idTypes::RegistryId

Returns the value of attribute registry_id.

Returns:



1711
1712
1713
# File 'sig/types.rbs', line 1711

def registry_id
  @registry_id
end

#schema_definition::String

Returns the value of attribute schema_definition.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def schema_definition
  @schema_definition
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def schema_name
  @schema_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1716
1717
1718
# File 'sig/types.rbs', line 1716

def tags
  @tags
end