Class: Aws::Types::GetCampaignDateRangeKpiRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignDateRangeKpiRequest
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#kpi_name ⇒ ::String
Returns the value of attribute kpi_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def application_id @application_id end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def campaign_id @campaign_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def end_time @end_time end |
#kpi_name ⇒ ::String
Returns the value of attribute kpi_name.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def kpi_name @kpi_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def page_size @page_size end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def start_time @start_time end |