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.
1175 1176 1177 1178 1179 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1175 class CreateWebACLMigrationStackResponse < Struct.new( :s3_object_url) SENSITIVE = [] include Aws::Structure end |