Class: Aws::ApplicationInsights::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DeleteApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#resource_group_name ⇒ String
The name of the resource group.
433 434 435 436 437 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 433 class DeleteApplicationRequest < Struct.new( :resource_group_name) SENSITIVE = [] include Aws::Structure end |