Class: Aws::SMS::Types::DeleteAppLaunchConfigurationRequest

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)


372
373
374
375
376
# File 'lib/aws-sdk-sms/types.rb', line 372

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