Class: Aws::Types::RepositorySyncEvent

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)


342
343
344
# File 'sig/types.rbs', line 342

def event
  @event
end

#external_id ⇒ ::String

Returns the value of attribute external_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def external_id
  @external_id
end

#time ⇒ ::Time

Returns the value of attribute time.

Returns:

  • (::Time)


344
345
346
# File 'sig/types.rbs', line 344

def time
  @time
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def type
  @type
end