Class: Aws::Types::GetCampaignActivitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignActivitiesRequest
- 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.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def application_id @application_id end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def campaign_id @campaign_id end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def page_size @page_size end |
#token ⇒ ::String
Returns the value of attribute token.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def token @token end |