Class: Aws::CodeStarconnections::Types::RepositorySyncEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Information about a repository sync event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

A description of a repository sync event.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1143

class RepositorySyncEvent < Struct.new(
  :event,
  :external_id,
  :time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The ID for a repository sync event.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1143

class RepositorySyncEvent < Struct.new(
  :event,
  :external_id,
  :time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#timeTime

The time that a repository sync event occurred.

Returns:

  • (Time)


1143
1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1143

class RepositorySyncEvent < Struct.new(
  :event,
  :external_id,
  :time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The event type for a repository sync event.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1143

class RepositorySyncEvent < Struct.new(
  :event,
  :external_id,
  :time,
  :type)
  SENSITIVE = []
  include Aws::Structure
end