Class: Aws::ApplicationInsights::Types::DescribeLogPatternRequest

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)


657
658
659
660
661
662
663
664
# File 'gems/aws-sdk-applicationinsights/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_nameString

The name of the log pattern.

Returns:

  • (String)


657
658
659
660
661
662
663
664
# File 'gems/aws-sdk-applicationinsights/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_nameString

The name of the log pattern set.

Returns:

  • (String)


657
658
659
660
661
662
663
664
# File 'gems/aws-sdk-applicationinsights/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_nameString

The name of the resource group.

Returns:

  • (String)


657
658
659
660
661
662
663
664
# File 'gems/aws-sdk-applicationinsights/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