Class: Aws::Proton::Types::RepositorySyncEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::RepositorySyncEvent
- Defined in:
- gems/aws-sdk-proton/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.
4124 4125 4126 4127 4128 4129 4130 4131 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4124 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID of the sync event.
4124 4125 4126 4127 4128 4129 4130 4131 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4124 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Time
The time that the sync event occurred.
4124 4125 4126 4127 4128 4129 4130 4131 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4124 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of event.
4124 4125 4126 4127 4128 4129 4130 4131 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4124 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |