Class: Aws::MainframeModernization::Types::LogGroupSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_group_nameString

The name of the log group.

Returns:

  • (String)


2540
2541
2542
2543
2544
2545
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2540

class LogGroupSummary < Struct.new(
  :log_group_name,
  :log_type)
  SENSITIVE = []
  include Aws::Structure
end

#log_typeString

The type of log.

Returns:

  • (String)


2540
2541
2542
2543
2544
2545
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2540

class LogGroupSummary < Struct.new(
  :log_group_name,
  :log_type)
  SENSITIVE = []
  include Aws::Structure
end