Class: Aws::Types::Webhook

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)


786
787
788
# File 'sig/types.rbs', line 786

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def branch_name
  @branch_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


789
790
791
# File 'sig/types.rbs', line 789

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def description
  @description
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


790
791
792
# File 'sig/types.rbs', line 790

def update_time
  @update_time
end

#webhook_arn::String

Returns the value of attribute webhook_arn.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def webhook_arn
  @webhook_arn
end

#webhook_id::String

Returns the value of attribute webhook_id.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def webhook_id
  @webhook_id
end

#webhook_url::String

Returns the value of attribute webhook_url.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def webhook_url
  @webhook_url
end