class Aws::S3::Types::MetadataEntry

A metadata key-value pair to store with an object.

@note When making an API call, you may pass MetadataEntry

data as a hash:

    {
      name: "MetadataKey",
      value: "MetadataValue",
    }

@!attribute [rw] name

Name of the Object.
@return [String]

@!attribute [rw] value

Value of the Object.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MetadataEntry AWS API Documentation

Constants

SENSITIVE