Class: Aws::ApplicationInsights::Types::DescribeLogPatternRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeLogPatternRequest
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Note:
When making an API call, you may pass DescribeLogPatternRequest data as a hash:
{
resource_group_name: "ResourceGroupName", # required
pattern_set_name: "LogPatternSetName", # required
pattern_name: "LogPatternName", # required
}
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.
648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 648 class DescribeLogPatternRequest < 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.
648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 648 class DescribeLogPatternRequest < 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.
648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 648 class DescribeLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name) SENSITIVE = [] include Aws::Structure end |