Class: Aws::Types::CreateWebhookRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def branch_name
  @branch_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def description
  @description
end