Class: Aws::Types::UpdateWebhookRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def branch_name
  @branch_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def description
  @description
end

#webhook_id::String

Returns the value of attribute webhook_id.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def webhook_id
  @webhook_id
end