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)


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

def created_time
  @created_time
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

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


4029
4030
4031
# File 'sig/types.rbs', line 4029

def data_format
  @data_format
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


4030
4031
4032
# File 'sig/types.rbs', line 4030

def schema_arn
  @schema_arn
end

#schema_definition::String

Returns the value of attribute schema_definition.

Returns:

  • (::String)


4028
4029
4030
# File 'sig/types.rbs', line 4028

def schema_definition
  @schema_definition
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


4027
4028
4029
# File 'sig/types.rbs', line 4027

def schema_version_id
  @schema_version_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


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

def version_number
  @version_number
end