Class: Aws::ApplicationInsights::Types::UpdateLogPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::UpdateLogPatternResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_pattern ⇒ Types::LogPattern
The successfully created log pattern.
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#log_pattern ⇒ Types::LogPattern
The successfully created log pattern.
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_name ⇒ String
The name of the resource group.
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 |