Class: Aws::MainframeModernization::Types::LogGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::LogGroupSummary
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
The name of the log group.
-
#log_type ⇒ String
The type of log.
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group.
2555 2556 2557 2558 2559 2560 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2555 class LogGroupSummary < Struct.new( :log_group_name, :log_type) SENSITIVE = [] include Aws::Structure end |
#log_type ⇒ String
The type of log.
2555 2556 2557 2558 2559 2560 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2555 class LogGroupSummary < Struct.new( :log_group_name, :log_type) SENSITIVE = [] include Aws::Structure end |