Class: Aws::CloudWatchRUM::Types::DataStorage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::DataStorage
- Defined in:
- gems/aws-sdk-cloudwatchrum/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.
735 736 737 738 739 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 735 class DataStorage < Struct.new( :cw_log) SENSITIVE = [] include Aws::Structure end |