Method: Aws::Pipes::Types::PipeTargetEventBridgeEventBusParameters#time
- Defined in:
- lib/aws-sdk-pipes/types.rb
#time ⇒ String
The time stamp of the event, per [RFC3339]. If no time stamp is provided, the time stamp of the [PutEvents] call is used.
[1]: www.rfc-editor.org/rfc/rfc3339.txt [2]: docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html
2345 2346 2347 2348 2349 2350 2351 2352 2353 |
# File 'lib/aws-sdk-pipes/types.rb', line 2345 class PipeTargetEventBridgeEventBusParameters < Struct.new( :endpoint_id, :detail_type, :source, :resources, :time) SENSITIVE = [:endpoint_id, :detail_type, :source] include Aws::Structure end |