Class: Aws::Types::GetCampaignVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignVersionRequest
- 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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def application_id @application_id end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def campaign_id @campaign_id end |
#version ⇒ ::String
Returns the value of attribute version.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def version @version end |