Class: Aws::ApplicationInsights::Types::DeleteLogPatternRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DeleteLogPatternRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pattern_name ⇒ String
The name of the log pattern.
-
#pattern_set_name ⇒ String
The name of the log pattern set.
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#pattern_name ⇒ String
The name of the log pattern.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 478 class DeleteLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name) SENSITIVE = [] include Aws::Structure end |
#pattern_set_name ⇒ String
The name of the log pattern set.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 478 class DeleteLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
478 479 480 481 482 483 484 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 478 class DeleteLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name) SENSITIVE = [] include Aws::Structure end |