Class: Aws::ApplicationInsights::Types::DescribeLogPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeLogPatternResponse
- 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.
-
#log_pattern ⇒ Types::LogPattern
The successfully created log pattern.
-
#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.
680 681 682 683 684 685 686 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 680 class DescribeLogPatternResponse < Struct.new( :resource_group_name, :account_id, :log_pattern) SENSITIVE = [] include Aws::Structure end |
#log_pattern ⇒ Types::LogPattern
The successfully created log pattern.
680 681 682 683 684 685 686 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 680 class DescribeLogPatternResponse < Struct.new( :resource_group_name, :account_id, :log_pattern) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
680 681 682 683 684 685 686 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 680 class DescribeLogPatternResponse < Struct.new( :resource_group_name, :account_id, :log_pattern) SENSITIVE = [] include Aws::Structure end |