Class: Aws::SMS::Types::StopAppReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::StopAppReplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Note:
When making an API call, you may pass StopAppReplicationRequest data as a hash:
{
app_id: "AppId",
}
Instance Attribute Summary collapse
-
#app_id ⇒ String
ID of the application to stop replicating.
Instance Attribute Details
#app_id ⇒ String
ID of the application to stop replicating.
1962 1963 1964 1965 |
# File 'lib/aws-sdk-sms/types.rb', line 1962 class StopAppReplicationRequest < Struct.new( :app_id) include Aws::Structure end |