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)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def event
  @event
end

#external_id ⇒ ::String

Returns the value of attribute external_id.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def external_id
  @external_id
end

#time ⇒ ::Time

Returns the value of attribute time.

Returns:

  • (::Time)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def time
  @time
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def type
  @type
end