Class: Aws::SMS::Types::NotifyAppValidationOutputRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1089

class NotifyAppValidationOutputRequest < Struct.new(
  :app_id,
  :notification_context)
  SENSITIVE = []
  include Aws::Structure
end

#notification_contextTypes::NotificationContext

The notification information.



1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1089

class NotifyAppValidationOutputRequest < Struct.new(
  :app_id,
  :notification_context)
  SENSITIVE = []
  include Aws::Structure
end