Class: Aws::CloudWatchRUM::Types::DataStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::DataStorage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cw_log ⇒ Types::CwLog
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
Instance Attribute Details
#cw_log ⇒ Types::CwLog
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
689 690 691 692 693 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 689 class DataStorage < Struct.new( :cw_log) SENSITIVE = [] include Aws::Structure end |