Class: Aws::Types::GetFindingHistoryRequest

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)


5996
5997
5998
# File 'sig/types.rbs', line 5996

def end_time
  @end_time
end

#finding_identifierTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


5995
5996
5997
# File 'sig/types.rbs', line 5995

def start_time
  @start_time
end