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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3849

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)


3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3849

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