Class: Aws::CloudWatchLogs::Types::DataSource

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

Overview

Represents a data source that categorizes logs by originating service and log type, providing service-based organization complementing traditional log groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the data source.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1173

class DataSource < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the data source.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1173

class DataSource < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end