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 AWS 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 AWS account ID for the resource group owner.
657 658 659 660 661 662 663 664 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 657 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.
657 658 659 660 661 662 663 664 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 657 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.
657 658 659 660 661 662 663 664 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 657 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.
657 658 659 660 661 662 663 664 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 657 class DescribeLogPatternRequest < Struct.new( :resource_group_name, :pattern_set_name, :pattern_name, :account_id) SENSITIVE = [] include Aws::Structure end |