Class: Aws::Types::GetSchemaResponse

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


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

def compatibility
  @compatibility
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


4043
4044
4045
# File 'sig/types.rbs', line 4043

def created_time
  @created_time
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

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


4037
4038
4039
# File 'sig/types.rbs', line 4037

def data_format
  @data_format
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4036
4037
4038
# File 'sig/types.rbs', line 4036

def description
  @description
end

#latest_schema_version::Integer

Returns the value of attribute latest_schema_version.

Returns:

  • (::Integer)


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

def latest_schema_version
  @latest_schema_version
end

#next_schema_version::Integer

Returns the value of attribute next_schema_version.

Returns:

  • (::Integer)


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

def next_schema_version
  @next_schema_version
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


4033
4034
4035
# File 'sig/types.rbs', line 4033

def registry_arn
  @registry_arn
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


4032
4033
4034
# File 'sig/types.rbs', line 4032

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


4035
4036
4037
# File 'sig/types.rbs', line 4035

def schema_arn
  @schema_arn
end

#schema_checkpoint::Integer

Returns the value of attribute schema_checkpoint.

Returns:

  • (::Integer)


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

def schema_checkpoint
  @schema_checkpoint
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


4034
4035
4036
# File 'sig/types.rbs', line 4034

def schema_name
  @schema_name
end

#schema_status"AVAILABLE", ...

Returns the value of attribute schema_status.

Returns:

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


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

def schema_status
  @schema_status
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


4044
4045
4046
# File 'sig/types.rbs', line 4044

def updated_time
  @updated_time
end