Class: Aws::SMS::Types::DeleteAppReplicationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)


388
389
390
391
392
# File 'lib/aws-sdk-sms/types.rb', line 388

class DeleteAppReplicationConfigurationRequest < Struct.new(
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end