Class: Aws::Types::ListProfileTimesRequest

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)


243
244
245
# File 'sig/types.rbs', line 243

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


244
245
246
# File 'sig/types.rbs', line 244

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def next_token
  @next_token
end

#order_by"TimestampDescending", "TimestampAscending"

Returns the value of attribute order_by.

Returns:

  • ("TimestampDescending", "TimestampAscending")


246
247
248
# File 'sig/types.rbs', line 246

def order_by
  @order_by
end

#period"PT5M", ...

Returns the value of attribute period.

Returns:

  • ("PT5M", "PT1H", "P1D")


247
248
249
# File 'sig/types.rbs', line 247

def period
  @period
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def profiling_group_name
  @profiling_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


249
250
251
# File 'sig/types.rbs', line 249

def start_time
  @start_time
end