Class: Aws::Types::MetadataEntry
- Inherits:
-
Object
- Object
- Aws::Types::MetadataEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def value @value end |