Class: Aws::OpsWorks::Types::CloudWatchLogsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Describes the Amazon CloudWatch Logs configuration for a layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether CloudWatch Logs is enabled for a layer.

Returns:

  • (Boolean)


717
718
719
720
721
722
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 717

class CloudWatchLogsConfiguration < Struct.new(
  :enabled,
  :log_streams)
  SENSITIVE = []
  include Aws::Structure
end

#log_streamsArray<Types::CloudWatchLogsLogStream>

A list of configuration options for CloudWatch Logs.

Returns:



717
718
719
720
721
722
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 717

class CloudWatchLogsConfiguration < Struct.new(
  :enabled,
  :log_streams)
  SENSITIVE = []
  include Aws::Structure
end