Class: Aws::ApplicationInsights::Types::DeleteApplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


421
422
423
424
425
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 421

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