Class: Aws::Types::GetCampaignVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
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.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def page_size @page_size end |
#token ⇒ ::String
Returns the value of attribute token.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def token @token end |