Class: Aws::ApplicationInsights::Types::UpdateLogPatternResponse

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

#log_patternTypes::LogPattern

The successfully created log pattern.

Returns:



2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2062

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 2062

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