Class: Aws::Types::Receipt
- Inherits:
-
Object
- Object
- Aws::Types::Receipt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_channel_arn ⇒ ::String
Returns the value of attribute contact_channel_arn.
-
#receipt_info ⇒ ::String
Returns the value of attribute receipt_info.
-
#receipt_time ⇒ ::Time
Returns the value of attribute receipt_time.
-
#receipt_type ⇒ "DELIVERED", ...
Returns the value of attribute receipt_type.
Instance Attribute Details
#contact_channel_arn ⇒ ::String
Returns the value of attribute contact_channel_arn.
537 538 539 |
# File 'sig/types.rbs', line 537 def contact_channel_arn @contact_channel_arn end |
#receipt_info ⇒ ::String
Returns the value of attribute receipt_info.
539 540 541 |
# File 'sig/types.rbs', line 539 def receipt_info @receipt_info end |
#receipt_time ⇒ ::Time
Returns the value of attribute receipt_time.
540 541 542 |
# File 'sig/types.rbs', line 540 def receipt_time @receipt_time end |
#receipt_type ⇒ "DELIVERED", ...
Returns the value of attribute receipt_type.
538 539 540 |
# File 'sig/types.rbs', line 538 def receipt_type @receipt_type end |