Method: Aws::ApplicationInsights::Types::CreateLogPatternResponse#log_pattern
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
#log_pattern ⇒ Types::LogPattern
The successfully created log pattern.
420 421 422 423 424 425 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 420 class CreateLogPatternResponse < Struct.new( :log_pattern, :resource_group_name) SENSITIVE = [] include Aws::Structure end |