Class: Aws::Types::JourneyDateRangeKpiResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



2070
2071
2072
# File 'sig/types.rbs', line 2070

def kpi_name
  @kpi_name
end

#kpi_resultTypes::BaseKpiResult

Returns the value of attribute kpi_result.

Returns:



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.

Returns:



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.

Returns:



2073
2074
2075
# File 'sig/types.rbs', line 2073

def start_time
  @start_time
end