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
Note:
When making an API call, you may pass StartOnDemandAppReplicationRequest data as a hash:
{
app_id: "AppId", # required
description: "Description",
}
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.
2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2644 class StartOnDemandAppReplicationRequest < Struct.new( :app_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the replication run.
2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2644 class StartOnDemandAppReplicationRequest < Struct.new( :app_id, :description) SENSITIVE = [] include Aws::Structure end |