Class: Aws::CloudWatchLogs::Types::GetLogFieldsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_nameString

The name of the data source to retrieve log fields for.

Returns:

  • (String)


3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3643

class GetLogFieldsRequest < Struct.new(
  :data_source_name,
  :data_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_typeString

The type of the data source to retrieve log fields for.

Returns:

  • (String)


3643
3644
3645
3646
3647
3648
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3643

class GetLogFieldsRequest < Struct.new(
  :data_source_name,
  :data_source_type)
  SENSITIVE = []
  include Aws::Structure
end