Class: Aws::WAFV2::Types::GenerateMobileSdkReleaseUrlResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The presigned download URL for the specified SDK release.

Returns:

  • (String)


2739
2740
2741
2742
2743
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 2739

class GenerateMobileSdkReleaseUrlResponse < Struct.new(
  :url)
  SENSITIVE = []
  include Aws::Structure
end