Class: Aws::SMS::Types::StartAppReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::StartAppReplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-sms/types.rb', line 1871 class StartAppReplicationRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |