Class: Aws::ApplicationInsights::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DeleteApplicationRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass DeleteApplicationRequest data as a hash:
{
resource_group_name: "ResourceGroupName", # required
}
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.
381 382 383 384 385 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 381 class DeleteApplicationRequest < Struct.new( :resource_group_name) SENSITIVE = [] include Aws::Structure end |