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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/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 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1758

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