Class: Aws::SMS::Types::StartOnDemandAppReplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


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

#descriptionString

The description of the replication run.

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