Method: Aws::SMS::Types::StartOnDemandAppReplicationRequest#app_id

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

#app_idString

The ID of the application.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
# File 'lib/aws-sdk-sms/types.rb', line 1891

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