Class: Aws::IoTFleetWise::Types::CloudWatchLogDeliveryOptions

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

Overview

The log delivery option to send data to Amazon CloudWatch Logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The Amazon CloudWatch Logs group the operation sends data to.

Returns:

  • (String)


446
447
448
449
450
451
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 446

class CloudWatchLogDeliveryOptions < Struct.new(
  :log_type,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_typeString

The type of log to send data to Amazon CloudWatch Logs.

Returns:

  • (String)


446
447
448
449
450
451
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 446

class CloudWatchLogDeliveryOptions < Struct.new(
  :log_type,
  :log_group_name)
  SENSITIVE = []
  include Aws::Structure
end