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.
146 147 148 |
# File 'sig/types.rbs', line 146 def object_identifier @object_identifier end |
#value ⇒ ::String
Returns the value of attribute value.
147 148 149 |
# File 'sig/types.rbs', line 147 def value @value end |