Class: Aws::Types::ListWebhookItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def arn
  @arn
end

#definitionTypes::WebhookDefinition

Returns the value of attribute definition.



837
838
839
# File 'sig/types.rbs', line 837

def definition
  @definition
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def error_message
  @error_message
end

#last_triggered::Time

Returns the value of attribute last_triggered.

Returns:

  • (::Time)


841
842
843
# File 'sig/types.rbs', line 841

def last_triggered
  @last_triggered
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def tags
  @tags
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def url
  @url
end