Class: Aws::Types::GetFindingHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#finding_identifier ⇒ Types::AwsSecurityFindingIdentifier
Returns the value of attribute finding_identifier.
-
#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.
5996 5997 5998 |
# File 'sig/types.rbs', line 5996 def end_time @end_time end |
#finding_identifier ⇒ Types::AwsSecurityFindingIdentifier
Returns the value of attribute finding_identifier.
5994 5995 5996 |
# File 'sig/types.rbs', line 5994 def finding_identifier @finding_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5995 5996 5997 |
# File 'sig/types.rbs', line 5995 def start_time @start_time end |