Class: Aws::Types::GetTimeSeriesServiceStatisticsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


381
382
383
# File 'sig/types.rbs', line 381

def end_time
  @end_time
end

#entity_selector_expression::String

Returns the value of attribute entity_selector_expression.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def entity_selector_expression
  @entity_selector_expression
end

#forecast_statisticsBoolean

Returns the value of attribute forecast_statistics.

Returns:

  • (Boolean)


386
387
388
# File 'sig/types.rbs', line 386

def forecast_statistics
  @forecast_statistics
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def group_arn
  @group_arn
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def group_name
  @group_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def next_token
  @next_token
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


385
386
387
# File 'sig/types.rbs', line 385

def period
  @period
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


380
381
382
# File 'sig/types.rbs', line 380

def start_time
  @start_time
end