Method: Aws::SMS::Types::GetAppReplicationConfigurationRequest#app_id
- Defined in:
- lib/aws-sdk-sms/types.rb
#app_id ⇒ String
The ID of the application.
604 605 606 607 608 |
# File 'lib/aws-sdk-sms/types.rb', line 604 class GetAppReplicationConfigurationRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |