Class: Aws::Types::ListFindingsReportsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#daily_reports_onlyBoolean

Returns the value of attribute daily_reports_only.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def daily_reports_only
  @daily_reports_only
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def next_token
  @next_token
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def profiling_group_name
  @profiling_group_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def start_time
  @start_time
end