Class: Aws::Types::TriggerSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6342
6343
6344
# File 'sig/types.rbs', line 6342

def name
  @name
end

#type"MANUAL", ...

Returns the value of attribute type.

Returns:

  • ("MANUAL", "SCHEDULED", "WORKFLOW")


6341
6342
6343
# File 'sig/types.rbs', line 6341

def type
  @type
end