Class: Aws::Types::Attribute
- Inherits:
-
Object
- Object
- Aws::Types::Attribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_name_encoding ⇒ ::String
Returns the value of attribute alternate_name_encoding.
-
#alternate_value_encoding ⇒ ::String
Returns the value of attribute alternate_value_encoding.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#alternate_name_encoding ⇒ ::String
Returns the value of attribute alternate_name_encoding.
13 14 15 |
# File 'sig/types.rbs', line 13 def alternate_name_encoding @alternate_name_encoding end |
#alternate_value_encoding ⇒ ::String
Returns the value of attribute alternate_value_encoding.
15 16 17 |
# File 'sig/types.rbs', line 15 def alternate_value_encoding @alternate_value_encoding end |
#name ⇒ ::String
Returns the value of attribute name.
12 13 14 |
# File 'sig/types.rbs', line 12 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
14 15 16 |
# File 'sig/types.rbs', line 14 def value @value end |