Class: Aws::OpsWorks::Types::DeleteAppRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


1945
1946
1947
1948
1949
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1945

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