Class: Aws::ApplicationInsights::Types::CreateLogPatternResponse

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:



408
409
410
411
412
413
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 408

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


408
409
410
411
412
413
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 408

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