Class: Aws::Proton::Types::RepositorySyncAttempt
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::RepositorySyncAttempt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Detail data for a repository sync attempt activated by a push to a repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::RepositorySyncEvent>
Detail data for sync attempt events.
-
#started_at ⇒ Time
The time when the sync attempt started.
-
#status ⇒ String
The sync attempt status.
Instance Attribute Details
#events ⇒ Array<Types::RepositorySyncEvent>
Detail data for sync attempt events.
4549 4550 4551 4552 4553 4554 4555 |
# File 'lib/aws-sdk-proton/types.rb', line 4549 class RepositorySyncAttempt < Struct.new( :events, :started_at, :status) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The time when the sync attempt started.
4549 4550 4551 4552 4553 4554 4555 |
# File 'lib/aws-sdk-proton/types.rb', line 4549 class RepositorySyncAttempt < Struct.new( :events, :started_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The sync attempt status.
4549 4550 4551 4552 4553 4554 4555 |
# File 'lib/aws-sdk-proton/types.rb', line 4549 class RepositorySyncAttempt < Struct.new( :events, :started_at, :status) SENSITIVE = [] include Aws::Structure end |