Class: Aws::Types::GetSchemaVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


4052
4053
4054
# File 'sig/types.rbs', line 4052

def created_time
  @created_time
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

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


4048
4049
4050
# File 'sig/types.rbs', line 4048

def data_format
  @data_format
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


4049
4050
4051
# File 'sig/types.rbs', line 4049

def schema_arn
  @schema_arn
end

#schema_definition::String

Returns the value of attribute schema_definition.

Returns:

  • (::String)


4047
4048
4049
# File 'sig/types.rbs', line 4047

def schema_definition
  @schema_definition
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


4046
4047
4048
# File 'sig/types.rbs', line 4046

def schema_version_id
  @schema_version_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


4051
4052
4053
# File 'sig/types.rbs', line 4051

def status
  @status
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


4050
4051
4052
# File 'sig/types.rbs', line 4050

def version_number
  @version_number
end