Class: Aws::WAFV2::Types::GenerateMobileSdkReleaseUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GenerateMobileSdkReleaseUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#url ⇒ String
The presigned download URL for the specified SDK release.
Instance Attribute Details
#url ⇒ String
The presigned download URL for the specified SDK release.
2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-wafv2/types.rb', line 2142 class GenerateMobileSdkReleaseUrlResponse < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |