Class: Aws::Glue::Types::MetadataInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MetadataInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing metadata information for a schema version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ String
The time at which the entry was created.
-
#metadata_value ⇒ String
The metadata key’s corresponding value.
-
#other_metadata_value_list ⇒ Array<Types::OtherMetadataValueListItem>
Other metadata belonging to the same metadata key.
Instance Attribute Details
#created_time ⇒ String
The time at which the entry was created.
17038 17039 17040 17041 17042 17043 17044 |
# File 'lib/aws-sdk-glue/types.rb', line 17038 class MetadataInfo < Struct.new( :metadata_value, :created_time, :other_metadata_value_list) SENSITIVE = [] include Aws::Structure end |
#metadata_value ⇒ String
The metadata key’s corresponding value.
17038 17039 17040 17041 17042 17043 17044 |
# File 'lib/aws-sdk-glue/types.rb', line 17038 class MetadataInfo < Struct.new( :metadata_value, :created_time, :other_metadata_value_list) SENSITIVE = [] include Aws::Structure end |
#other_metadata_value_list ⇒ Array<Types::OtherMetadataValueListItem>
Other metadata belonging to the same metadata key.
17038 17039 17040 17041 17042 17043 17044 |
# File 'lib/aws-sdk-glue/types.rb', line 17038 class MetadataInfo < Struct.new( :metadata_value, :created_time, :other_metadata_value_list) SENSITIVE = [] include Aws::Structure end |