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.
17196 17197 17198 17199 17200 17201 17202 |
# File 'lib/aws-sdk-glue/types.rb', line 17196 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.
17196 17197 17198 17199 17200 17201 17202 |
# File 'lib/aws-sdk-glue/types.rb', line 17196 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.
17196 17197 17198 17199 17200 17201 17202 |
# File 'lib/aws-sdk-glue/types.rb', line 17196 class MetadataInfo < Struct.new( :metadata_value, :created_time, :other_metadata_value_list) SENSITIVE = [] include Aws::Structure end |