Class: Aws::Proton::Types::ResourceSyncEvent

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

Overview

Detail data for a resource sync event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

A resource sync event.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4727

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

#external_idString

The external ID for the event.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4727

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

#timeTime

The time when the event occurred.

Returns:

  • (Time)


4727
4728
4729
4730
4731
4732
4733
4734
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4727

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

#typeString

The type of event.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4727

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