Class: Aws::WAFV2::Types::GetMobileSdkReleaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::GetMobileSdkReleaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mobile_sdk_release ⇒ Types::MobileSdkRelease
Information for a specified SDK release, including release notes and tags.
Instance Attribute Details
#mobile_sdk_release ⇒ Types::MobileSdkRelease
Information for a specified SDK release, including release notes and tags.
3098 3099 3100 3101 3102 |
# File 'lib/aws-sdk-wafv2/types.rb', line 3098 class GetMobileSdkReleaseResponse < Struct.new( :mobile_sdk_release) SENSITIVE = [] include Aws::Structure end |