Class: Aws::SMS::Types::StopAppReplicationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_idString

ID of the application to stop replicating.

Returns:

  • (String)


1962
1963
1964
1965
# File 'lib/aws-sdk-sms/types.rb', line 1962

class StopAppReplicationRequest < Struct.new(
  :app_id)
  include Aws::Structure
end