Class: Aws::Glue::Types::OtherMetadataValueListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::OtherMetadataValueListItem
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A structure containing other metadata for a schema version belonging to the same metadata key.
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 for the other metadata belonging to the same metadata key.
Instance Attribute Details
#created_time ⇒ String
The time at which the entry was created.
15177 15178 15179 15180 15181 15182 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15177 class OtherMetadataValueListItem < Struct.new( :metadata_value, :created_time) SENSITIVE = [] include Aws::Structure end |
#metadata_value ⇒ String
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
15177 15178 15179 15180 15181 15182 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15177 class OtherMetadataValueListItem < Struct.new( :metadata_value, :created_time) SENSITIVE = [] include Aws::Structure end |