Class: Aws::Types::GetCampaignRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def application_id @application_id end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def campaign_id @campaign_id end |