Class: Aws::Detective::Types::TimestampForCollection
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::TimestampForCollection
 
 
- 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
- 
  
    
      #timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data and time when data collection began for a source package.
 
Instance Attribute Details
#timestamp ⇒ Time
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`.
      1758 1759 1760 1761 1762  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 1758 class TimestampForCollection < Struct.new( :timestamp) SENSITIVE = [] include Aws::Structure end  |