Method: Aws::SMS::Types::GetAppReplicationConfigurationRequest#app_id

Defined in:
lib/aws-sdk-sms/types.rb

#app_idString

The ID of the application.

Returns:

  • (String)


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