Class: Aws::Glue::Types::MetadataInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A structure containing metadata information for a schema version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeString

The time at which the entry was created.

Returns:

  • (String)


15991
15992
15993
15994
15995
15996
15997
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15991

class MetadataInfo < Struct.new(
  :metadata_value,
  :created_time,
  :other_metadata_value_list)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_valueString

The metadata key’s corresponding value.

Returns:

  • (String)


15991
15992
15993
15994
15995
15996
15997
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15991

class MetadataInfo < Struct.new(
  :metadata_value,
  :created_time,
  :other_metadata_value_list)
  SENSITIVE = []
  include Aws::Structure
end

#other_metadata_value_listArray<Types::OtherMetadataValueListItem>

Other metadata belonging to the same metadata key.



15991
15992
15993
15994
15995
15996
15997
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15991

class MetadataInfo < Struct.new(
  :metadata_value,
  :created_time,
  :other_metadata_value_list)
  SENSITIVE = []
  include Aws::Structure
end