Class: Aws::Types::OpsItemDataValue
- Inherits:
-
Object
- Object
- Aws::Types::OpsItemDataValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "SearchableString", "String"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "SearchableString", "String"
Returns the value of attribute type.
3296 3297 3298 |
# File 'sig/types.rbs', line 3296 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def value @value end |