Class: Aws::CodeStarconnections::Types::RepositorySyncEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::RepositorySyncEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Information about a repository sync event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event ⇒ String
A description of a repository sync event.
-
#external_id ⇒ String
The ID for a repository sync event.
-
#time ⇒ Time
The time that a repository sync event occurred.
-
#type ⇒ String
The event type for a repository sync event.
Instance Attribute Details
#event ⇒ String
A description of a repository sync event.
1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1143 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The ID for a repository sync event.
1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1143 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Time
The time that a repository sync event occurred.
1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1143 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The event type for a repository sync event.
1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1143 class RepositorySyncEvent < Struct.new( :event, :external_id, :time, :type) SENSITIVE = [] include Aws::Structure end |