Class: Aws::ApplicationInsights::Types::CreateLogPatternResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::CreateLogPatternResponse
- Defined in:
- gems/aws-sdk-applicationinsights/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.
420 421 422 423 424 425 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 420 class CreateLogPatternResponse < Struct.new( :log_pattern, :resource_group_name) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
420 421 422 423 424 425 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 420 class CreateLogPatternResponse < Struct.new( :log_pattern, :resource_group_name) SENSITIVE = [] include Aws::Structure end |