Class: Aws::ApplicationInsights::Types::DescribeApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeApplicationRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass DescribeApplicationRequest 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.
468 469 470 471 472 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 468 class DescribeApplicationRequest < Struct.new( :resource_group_name) SENSITIVE = [] include Aws::Structure end |