Class: Aws::Detective::Types::TimestampForCollection

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-detective/types.rb

Overview

Details on when data collection began for a source package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For example, ‘2021-08-18T16:35:56.284Z`.

Returns:

  • (Time)


1758
1759
1760
1761
1762
# File 'lib/aws-sdk-detective/types.rb', line 1758

class TimestampForCollection < Struct.new(
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end