Class: Aws::WAFRegional::Types::CreateWebACLMigrationStackResponse

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

#s3_object_urlString

The URL of the template created in Amazon S3.

Returns:

  • (String)


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