Class: Aws::Types::ListCampaignsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCampaignsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_summary_list ⇒ ::Array[Types::CampaignSummary]
Returns the value of attribute campaign_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#campaign_summary_list ⇒ ::Array[Types::CampaignSummary]
Returns the value of attribute campaign_summary_list.
482 483 484 |
# File 'sig/types.rbs', line 482 def campaign_summary_list @campaign_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
481 482 483 |
# File 'sig/types.rbs', line 481 def next_token @next_token end |