Class: Aws::Proton::Types::RepositorySyncEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventString

Event detail for a repository sync attempt.

Returns:

  • (String)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4606

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

#external_idString

The external ID of the sync event.

Returns:

  • (String)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4606

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

#timeTime

The time that the sync event occurred.

Returns:

  • (Time)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4606

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

#typeString

The type of event.

Returns:

  • (String)


4606
4607
4608
4609
4610
4611
4612
4613
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4606

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