Class: Aws::IoTFleetWise::Types::CloudWatchLogDeliveryOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CloudWatchLogDeliveryOptions
- 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
-
#log_group_name ⇒ String
The Amazon CloudWatch Logs group the operation sends data to.
-
#log_type ⇒ String
The type of log to send data to Amazon CloudWatch Logs.
Instance Attribute Details
#log_group_name ⇒ String
The Amazon CloudWatch Logs group the operation sends data to.
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_type ⇒ String
The type of log to send data to Amazon CloudWatch Logs.
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 |