Method: Aws::SMS::Types::GetAppValidationOutputRequest#app_id
- Defined in:
- lib/aws-sdk-sms/types.rb
#app_id ⇒ String
The ID of the application.
692 693 694 695 696 |
# File 'lib/aws-sdk-sms/types.rb', line 692 class GetAppValidationOutputRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |