Class: Aws::Types::SourceCampaign
- Inherits:
-
Object
- Object
- Aws::Types::SourceCampaign
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#outbound_request_id ⇒ ::String
Returns the value of attribute outbound_request_id.
Instance Attribute Details
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
7747 7748 7749 |
# File 'sig/types.rbs', line 7747 def campaign_id @campaign_id end |
#outbound_request_id ⇒ ::String
Returns the value of attribute outbound_request_id.
7748 7749 7750 |
# File 'sig/types.rbs', line 7748 def outbound_request_id @outbound_request_id end |