Method: Aws::SMS::Types::GetAppValidationOutputRequest#app_id

Defined in:
lib/aws-sdk-sms/types.rb

#app_idString

The ID of the application.

Returns:

  • (String)


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