Class: Aws::WAFRegional::Types::DeleteWebACLRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1532

class DeleteWebACLRequest < Struct.new(
  :web_acl_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_idString

The WebACLId of the WebACL that you want to delete. WebACLId is returned by CreateWebACL and by ListWebACLs.

Returns:

  • (String)


1532
1533
1534
1535
1536
1537
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1532

class DeleteWebACLRequest < Struct.new(
  :web_acl_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end