Class: Aws::Types::JourneyDateRangeKpiResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneyDateRangeKpiResponse
- 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.
-
#kpi_result ⇒ Types::BaseKpiResult
Returns the value of attribute kpi_result.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def application_id @application_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def end_time @end_time end |
#journey_id ⇒ ::String
Returns the value of attribute journey_id.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def journey_id @journey_id end |
#kpi_name ⇒ ::String
Returns the value of attribute kpi_name.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def kpi_name @kpi_name end |
#kpi_result ⇒ Types::BaseKpiResult
Returns the value of attribute kpi_result.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def kpi_result @kpi_result end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def start_time @start_time end |