Class: Aws::Types::ResourceSyncEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event ⇒ ::String

Returns the value of attribute event.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def event
  @event
end

#external_id ⇒ ::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def external_id
  @external_id
end

#time ⇒ ::Time

Returns the value of attribute time.

Returns:

  • (::Time)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def time
  @time
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def type
  @type
end