Class: Aws::Types::CampaignsResponse
- Inherits:
-
Object
- Object
- Aws::Types::CampaignsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item ⇒ ::Array[Types::CampaignResponse]
Returns the value of attribute item.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#item ⇒ ::Array[Types::CampaignResponse]
Returns the value of attribute item.
465 466 467 |
# File 'sig/types.rbs', line 465 def item @item end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
466 467 468 |
# File 'sig/types.rbs', line 466 def next_token @next_token end |