Class: Aws::Types::GetCampaignsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_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.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def application_id @application_id end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def page_size @page_size end |
#token ⇒ ::String
Returns the value of attribute token.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def token @token end |