Class: Aws::CloudWatchLogs::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DataSource
- 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
-
#name ⇒ String
The name of the data source.
-
#type ⇒ String
The type of the data source.
Instance Attribute Details
#name ⇒ String
The name of the data source.
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 |
#type ⇒ String
The type of the data source.
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 |