Class: Aws::S3::Types::MetadataEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::MetadataEntry
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass MetadataEntry data as a hash:
{
name: "MetadataKey",
value: "MetadataValue",
}
A metadata key-value pair to store with an object.
Instance Attribute Summary collapse
Instance Attribute Details
#name ⇒ String
5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-s3/types.rb', line 5168 class MetadataEntry < Struct.new( :name, :value) include Aws::Structure end |
#value ⇒ String
5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-s3/types.rb', line 5168 class MetadataEntry < Struct.new( :name, :value) include Aws::Structure end |