Class: Aws::Types::Receipt
- Inherits:
-
Object
- Object
- Aws::Types::Receipt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivered_timestamp ⇒ ::String
Returns the value of attribute delivered_timestamp.
-
#read_timestamp ⇒ ::String
Returns the value of attribute read_timestamp.
-
#recipient_participant_id ⇒ ::String
Returns the value of attribute recipient_participant_id.
Instance Attribute Details
#delivered_timestamp ⇒ ::String
Returns the value of attribute delivered_timestamp.
182 183 184 |
# File 'sig/types.rbs', line 182 def end |
#read_timestamp ⇒ ::String
Returns the value of attribute read_timestamp.
183 184 185 |
# File 'sig/types.rbs', line 183 def end |
#recipient_participant_id ⇒ ::String
Returns the value of attribute recipient_participant_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def recipient_participant_id @recipient_participant_id end |