Class: Aws::Types::GetJourneyDateRangeKpiRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJourneyDateRangeKpiRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
-
#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.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def application_id @application_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def end_time @end_time end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def journey_id @journey_id end |
#kpi_name ⇒ ::String
Returns the value of attribute kpi_name.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def kpi_name @kpi_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def next_token @next_token end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def page_size @page_size end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def start_time @start_time end |