Class: Aws::Types::GetCampaignActivitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def page_size
  @page_size
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def token
  @token
end