Class: Aws::Types::GetCampaignVersionsRequest

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:



1500
1501
1502
# File 'sig/types.rbs', line 1500

def application_id
  @application_id
end

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:



1501
1502
1503
# File 'sig/types.rbs', line 1501

def campaign_id
  @campaign_id
end

#page_size::String

Returns the value of attribute page_size.

Returns:



1502
1503
1504
# File 'sig/types.rbs', line 1502

def page_size
  @page_size
end

#token::String

Returns the value of attribute token.

Returns:



1503
1504
1505
# File 'sig/types.rbs', line 1503

def token
  @token
end