Class: Aws::ApplicationInsights::Types::DescribeLogPatternResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for the resource group owner.

Returns:

  • (String)


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_patternTypes::LogPattern

The successfully created log pattern.

Returns:



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_nameString

The name of the resource group.

Returns:

  • (String)


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