Class: Aws::ApplicationInsights::Types::DescribeLogPatternRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeLogPatternRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
-
#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
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 671 class DescribeLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#pattern_name ⇒ String
The name of the log pattern.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 671 class DescribeLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#pattern_set_name ⇒ String
The name of the log pattern set.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 671 class DescribeLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 671 class DescribeLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name, :account_id) SENSITIVE = [] include Aws::Structure end |