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)


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_idString

The external ID of the sync event.

Returns:

  • (String)


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

#timeTime

The time that the sync event occurred.

Returns:

  • (Time)


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

#typeString

The type of event.

Returns:

  • (String)


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