Class: Aws::SMS::Types::NotifyAppValidationOutputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::NotifyAppValidationOutputRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application.
-
#notification_context ⇒ Types::NotificationContext
The notification information.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-sms/types.rb', line 1089 class NotifyAppValidationOutputRequest < Struct.new( :app_id, :notification_context) SENSITIVE = [] include Aws::Structure end |
#notification_context ⇒ Types::NotificationContext
The notification information.
1089 1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-sms/types.rb', line 1089 class NotifyAppValidationOutputRequest < Struct.new( :app_id, :notification_context) SENSITIVE = [] include Aws::Structure end |