Class: Aws::Types::GetJourneyDateRangeKpiRequest

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:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def start_time
  @start_time
end