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.
      3100 3101 3102 3103 3104  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 3100 class GetMobileSdkReleaseResponse < Struct.new( :mobile_sdk_release) SENSITIVE = [] include Aws::Structure end  |