Class: Aws::SMS::Types::StartOnDemandAppReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::StartOnDemandAppReplicationRequest
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application.
-
#description ⇒ String
The description of the replication run.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1891 class StartOnDemandAppReplicationRequest < Struct.new( :app_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the replication run.
1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1891 class StartOnDemandAppReplicationRequest < Struct.new( :app_id, :description) SENSITIVE = [] include Aws::Structure end |