Class: Aws::Types::AttributePayload
- Inherits:
-
Object
- Object
- Aws::Types::AttributePayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#merge ⇒ Boolean
Returns the value of attribute merge.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
202 203 204 |
# File 'sig/types.rbs', line 202 def attributes @attributes end |
#merge ⇒ Boolean
Returns the value of attribute merge.
203 204 205 |
# File 'sig/types.rbs', line 203 def merge @merge end |