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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the resource group owner.

Returns:

  • (String)


680
681
682
683
684
685
686
# File 'gems/aws-sdk-applicationinsights/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_patternTypes::LogPattern

The successfully created log pattern.

Returns:



680
681
682
683
684
685
686
# File 'gems/aws-sdk-applicationinsights/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_nameString

The name of the resource group.

Returns:

  • (String)


680
681
682
683
684
685
686
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 680

class DescribeLogPatternResponse < Struct.new(
  :resource_group_name,
  :account_id,
  :log_pattern)
  SENSITIVE = []
  include Aws::Structure
end