Class: Aws::Types::CustomAttribute
- Inherits:
-
Object
- Object
- Aws::Types::CustomAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
369 370 371 |
# File 'sig/types.rbs', line 369 def object_identifier @object_identifier end |
#value ⇒ ::String
Returns the value of attribute value.
370 371 372 |
# File 'sig/types.rbs', line 370 def value @value end |