Class: Aws::S3::Types::MetadataEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::MetadataEntry
- Defined in:
- gems/aws-sdk-s3/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.
12366 12367 12368 12369 12370 12371 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12366 class MetadataEntry < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value of the object.
12366 12367 12368 12369 12370 12371 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12366 class MetadataEntry < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |