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

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

Returns the value of attribute campaigns.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def campaigns
  @campaigns
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


991
992
993
# File 'sig/types.rbs', line 991

def next_token
  @next_token
end