Method: Aws::SMS::Types::StartOnDemandAppReplicationRequest#app_id
- Defined in:
- lib/aws-sdk-sms/types.rb
#app_id ⇒ String
The ID of the application.
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 |