Class: Aws::Amplify::Types::GetWebhookRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

The request structure for the get webhook request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhook_idString

The unique ID for a webhook.

Returns:

  • (String)


1699
1700
1701
1702
1703
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1699

class GetWebhookRequest < Struct.new(
  :webhook_id)
  SENSITIVE = []
  include Aws::Structure
end