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.
11355 11356 11357 11358 11359 11360 |
# File 'lib/aws-sdk-s3/types.rb', line 11355 class MetadataEntry < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value of the object.
11355 11356 11357 11358 11359 11360 |
# File 'lib/aws-sdk-s3/types.rb', line 11355 class MetadataEntry < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |