Class: Aws::Types::ListFindingsReportsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFindingsReportsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily_reports_only ⇒ Boolean
Returns the value of attribute daily_reports_only.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#daily_reports_only ⇒ Boolean
Returns the value of attribute daily_reports_only.
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.
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.
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.
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.
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.
232 233 234 |
# File 'sig/types.rbs', line 232 def start_time @start_time end |