Class: Aws::AppRegistry::Types::DeleteApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name, ID, or ARN of the application.

Returns:

  • (String)


501
502
503
504
505
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 501

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