Class: Aws::Types::MessageDsn
- Inherits:
-
Object
- Object
- Aws::Types::MessageDsn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arrival_date ⇒ ::Time
Returns the value of attribute arrival_date.
-
#extension_fields ⇒ ::Array[Types::ExtensionField]
Returns the value of attribute extension_fields.
-
#reporting_mta ⇒ ::String
Returns the value of attribute reporting_mta.
Instance Attribute Details
#arrival_date ⇒ ::Time
Returns the value of attribute arrival_date.
677 678 679 |
# File 'sig/types.rbs', line 677 def arrival_date @arrival_date end |
#extension_fields ⇒ ::Array[Types::ExtensionField]
Returns the value of attribute extension_fields.
678 679 680 |
# File 'sig/types.rbs', line 678 def extension_fields @extension_fields end |
#reporting_mta ⇒ ::String
Returns the value of attribute reporting_mta.
676 677 678 |
# File 'sig/types.rbs', line 676 def reporting_mta @reporting_mta end |