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
A metadata key-value pair to store with an object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the object.
-
#value ⇒ String
Value of the object.
Instance Attribute Details
#name ⇒ String
Name of the object.
13027 13028 13029 13030 13031 13032 |
# File 'lib/aws-sdk-s3/types.rb', line 13027 class MetadataEntry < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value of the object.
13027 13028 13029 13030 13031 13032 |
# File 'lib/aws-sdk-s3/types.rb', line 13027 class MetadataEntry < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |