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

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

#log_patternTypes::LogPattern

The successfully created log pattern.

Returns:



2094
2095
2096
2097
2098
2099
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2094

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)


2094
2095
2096
2097
2098
2099
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2094

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