Class: Aws::WAFRegional::Types::CreateWebACLResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateWebACLResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The
ChangeToken
that you used to submit theCreateWebACL
request. -
#web_acl ⇒ Types::WebACL
The WebACL returned in the
CreateWebACL
response.
Instance Attribute Details
#change_token ⇒ String
The ChangeToken
that you used to submit the CreateWebACL
request. You can also use this value to query the status of the
request. For more information, see GetChangeTokenStatus.
1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1289 class CreateWebACLResponse < Struct.new( :web_acl, :change_token) SENSITIVE = [] include Aws::Structure end |
#web_acl ⇒ Types::WebACL
The WebACL returned in the CreateWebACL
response.
1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1289 class CreateWebACLResponse < Struct.new( :web_acl, :change_token) SENSITIVE = [] include Aws::Structure end |