Class: Aws::WAFV2::Types::MobileSdkRelease
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::MobileSdkRelease
- 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
-
#release_notes ⇒ String
Notes describing the release.
-
#release_version ⇒ String
The release version.
-
#tags ⇒ Array<Types::Tag>
Tags that are associated with the release.
-
#timestamp ⇒ Time
The timestamp of the release.
Instance Attribute Details
#release_notes ⇒ String
Notes describing the release.
6021 6022 6023 6024 6025 6026 6027 6028 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6021 class MobileSdkRelease < Struct.new( :release_version, :timestamp, :release_notes, :tags) SENSITIVE = [] include Aws::Structure end |
#release_version ⇒ String
The release version.
6021 6022 6023 6024 6025 6026 6027 6028 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6021 class MobileSdkRelease < Struct.new( :release_version, :timestamp, :release_notes, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags that are associated with the release.
6021 6022 6023 6024 6025 6026 6027 6028 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6021 class MobileSdkRelease < Struct.new( :release_version, :timestamp, :release_notes, :tags) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the release.
6021 6022 6023 6024 6025 6026 6027 6028 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6021 class MobileSdkRelease < Struct.new( :release_version, :timestamp, :release_notes, :tags) SENSITIVE = [] include Aws::Structure end |