Class: Aws::Types::ListCampaignsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_summary_list ⇒ ::Array[Types::CampaignSummary]

Returns the value of attribute campaign_summary_list.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def campaign_summary_list
  @campaign_summary_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def next_token
  @next_token
end