Class: Aws::CodeStarconnections::Types::ResourceSyncEvent

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

Overview

Information about a resource sync event for the resource associated with a sync configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

The event for a resource sync event.

Returns:

  • (String)


1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1253

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

#external_idString

The ID for a resource sync event.

Returns:

  • (String)


1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1253

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

#timeTime

The time that a resource sync event occurred.

Returns:

  • (Time)


1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1253

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

#typeString

The type of resource sync event.

Returns:

  • (String)


1253
1254
1255
1256
1257
1258
1259
1260
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1253

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