Class: Aws::Types::ChannelMessageStatusStructure
- Inherits:
-
Object
- Object
- Aws::Types::ChannelMessageStatusStructure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail ⇒ ::String
Returns the value of attribute detail.
-
#value ⇒ "SENT", ...
Returns the value of attribute value.
Instance Attribute Details
#detail ⇒ ::String
Returns the value of attribute detail.
190 191 192 |
# File 'sig/types.rbs', line 190 def detail @detail end |
#value ⇒ "SENT", ...
Returns the value of attribute value.
189 190 191 |
# File 'sig/types.rbs', line 189 def value @value end |