Class: Aws::Proton::Types::RepositorySyncEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::RepositorySyncEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Repository sync event detail data for a sync attempt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event ⇒ String
Event detail for a repository sync attempt.
-
#external_id ⇒ String
The external ID of the sync event.
-
#time ⇒ Time
The time that the sync event occurred.
-
#type ⇒ String
The type of event.
Instance Attribute Details
#event ⇒ String
Event detail for a repository sync attempt.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'lib/aws-sdk-proton/types.rb', line 4606 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID of the sync event.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'lib/aws-sdk-proton/types.rb', line 4606 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Time
The time that the sync event occurred.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'lib/aws-sdk-proton/types.rb', line 4606 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of event.
4606 4607 4608 4609 4610 4611 4612 4613 |
# File 'lib/aws-sdk-proton/types.rb', line 4606 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |