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)


370
371
372
# File 'sig/types.rbs', line 370

def event
  @event
end

#external_id ⇒ ::String

Returns the value of attribute external_id.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def external_id
  @external_id
end

#time ⇒ ::Time

Returns the value of attribute time.

Returns:

  • (::Time)


372
373
374
# File 'sig/types.rbs', line 372

def time
  @time
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def type
  @type
end