Class: Aws::Types::GetApplicationDateRangeKpiRequest

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:



1402
1403
1404
# File 'sig/types.rbs', line 1402

def application_id
  @application_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



1403
1404
1405
# File 'sig/types.rbs', line 1403

def end_time
  @end_time
end

#kpi_name::String

Returns the value of attribute kpi_name.

Returns:



1404
1405
1406
# File 'sig/types.rbs', line 1404

def kpi_name
  @kpi_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1405
1406
1407
# File 'sig/types.rbs', line 1405

def next_token
  @next_token
end

#page_size::String

Returns the value of attribute page_size.

Returns:



1406
1407
1408
# File 'sig/types.rbs', line 1406

def page_size
  @page_size
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



1407
1408
1409
# File 'sig/types.rbs', line 1407

def start_time
  @start_time
end