Class: Aws::WAFRegional::Types::CreateWebACLMigrationStackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateWebACLMigrationStackResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
1045 1046 1047 1048 1049 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1045 class CreateWebACLMigrationStackResponse < Struct.new( :s3_object_url) SENSITIVE = [] include Aws::Structure end |