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 Amazon Web Services 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 Amazon Web Services account ID for the resource group owner.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 694 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.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 694 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.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 694 class DescribeLogPatternResponse < Struct.new( :resource_group_name, :account_id, :log_pattern) SENSITIVE = [] include Aws::Structure end |