Class: Aws::ApplicationInsights::Types::DeleteComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DeleteComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
453 454 455 456 457 458 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 453 class DeleteComponentRequest < Struct.new( :resource_group_name, :component_name) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
453 454 455 456 457 458 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 453 class DeleteComponentRequest < Struct.new( :resource_group_name, :component_name) SENSITIVE = [] include Aws::Structure end |