Class: Aws::SMS::Types::TerminateAppRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/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)


1978
1979
1980
1981
1982
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1978

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