Class: Aws::WAFV2::Types::MobileSdkRelease

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

Overview

Information for a release of the mobile SDK, including release notes and tags.

The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#release_notesString

Notes describing the release.

Returns:

  • (String)


5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5768

class MobileSdkRelease < Struct.new(
  :release_version,
  :timestamp,
  :release_notes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#release_versionString

The release version.

Returns:

  • (String)


5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5768

class MobileSdkRelease < Struct.new(
  :release_version,
  :timestamp,
  :release_notes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags that are associated with the release.

Returns:



5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5768

class MobileSdkRelease < Struct.new(
  :release_version,
  :timestamp,
  :release_notes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of the release.

Returns:

  • (Time)


5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5768

class MobileSdkRelease < Struct.new(
  :release_version,
  :timestamp,
  :release_notes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end