Class: Aws::Types::CreateSchemaResponse

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")


1728
1729
1730
# File 'sig/types.rbs', line 1728

def compatibility
  @compatibility
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

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


1727
1728
1729
# File 'sig/types.rbs', line 1727

def data_format
  @data_format
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def description
  @description
end

#latest_schema_version::Integer

Returns the value of attribute latest_schema_version.

Returns:

  • (::Integer)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def latest_schema_version
  @latest_schema_version
end

#next_schema_version::Integer

Returns the value of attribute next_schema_version.

Returns:

  • (::Integer)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def next_schema_version
  @next_schema_version
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def schema_arn
  @schema_arn
end

#schema_checkpoint::Integer

Returns the value of attribute schema_checkpoint.

Returns:

  • (::Integer)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def schema_checkpoint
  @schema_checkpoint
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def schema_name
  @schema_name
end

#schema_status"AVAILABLE", ...

Returns the value of attribute schema_status.

Returns:

  • ("AVAILABLE", "PENDING", "DELETING")


1732
1733
1734
# File 'sig/types.rbs', line 1732

def schema_status
  @schema_status
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def schema_version_id
  @schema_version_id
end

#schema_version_status"AVAILABLE", ...

Returns the value of attribute schema_version_status.

Returns:

  • ("AVAILABLE", "PENDING", "FAILURE", "DELETING")


1735
1736
1737
# File 'sig/types.rbs', line 1735

def schema_version_status
  @schema_version_status
end

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

Returns the value of attribute tags.

Returns:

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


1733
1734
1735
# File 'sig/types.rbs', line 1733

def tags
  @tags
end