Class: Aws::WAF::Types::CreateWebACLMigrationStackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateWebACLMigrationStackResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_object_url ⇒ String
The URL of the template created in Amazon S3.
Instance Attribute Details
#s3_object_url ⇒ String
The URL of the template created in Amazon S3.
1014 1015 1016 1017 1018 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1014 class CreateWebACLMigrationStackResponse < Struct.new( :s3_object_url) SENSITIVE = [] include Aws::Structure end |