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)


4062
4063
4064
# File 'sig/types.rbs', line 4062

def created_time
  @created_time
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

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


4058
4059
4060
# File 'sig/types.rbs', line 4058

def data_format
  @data_format
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


4059
4060
4061
# File 'sig/types.rbs', line 4059

def schema_arn
  @schema_arn
end

#schema_definition::String

Returns the value of attribute schema_definition.

Returns:

  • (::String)


4057
4058
4059
# File 'sig/types.rbs', line 4057

def schema_definition
  @schema_definition
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


4056
4057
4058
# File 'sig/types.rbs', line 4056

def schema_version_id
  @schema_version_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


4061
4062
4063
# File 'sig/types.rbs', line 4061

def status
  @status
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


4060
4061
4062
# File 'sig/types.rbs', line 4060

def version_number
  @version_number
end