Class: Aws::Types::GetSchemaByDefinitionResponse

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)


3993
3994
3995
# File 'sig/types.rbs', line 3993

def created_time
  @created_time
end

#data_format"AVRO", ...

Returns the value of attribute data_format.

Returns:

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


3991
3992
3993
# File 'sig/types.rbs', line 3991

def data_format
  @data_format
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


3990
3991
3992
# File 'sig/types.rbs', line 3990

def schema_arn
  @schema_arn
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


3989
3990
3991
# File 'sig/types.rbs', line 3989

def schema_version_id
  @schema_version_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


3992
3993
3994
# File 'sig/types.rbs', line 3992

def status
  @status
end