Class: Aws::Types::GetFindingsTrendsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsTrendsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filters ⇒ Types::FindingsTrendsFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6038 6039 6040 |
# File 'sig/types.rbs', line 6038 def end_time @end_time end |
#filters ⇒ Types::FindingsTrendsFilters
Returns the value of attribute filters.
6036 6037 6038 |
# File 'sig/types.rbs', line 6036 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6040 6041 6042 |
# File 'sig/types.rbs', line 6040 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6039 6040 6041 |
# File 'sig/types.rbs', line 6039 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
6037 6038 6039 |
# File 'sig/types.rbs', line 6037 def start_time @start_time end |