Class: Aws::CloudFront::Types::GetMonitoringSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetMonitoringSubscriptionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitoring_subscription ⇒ Types::MonitoringSubscription
A monitoring subscription.
Instance Attribute Details
#monitoring_subscription ⇒ Types::MonitoringSubscription
A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.
5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5510 class GetMonitoringSubscriptionResult < Struct.new( :monitoring_subscription) SENSITIVE = [] include Aws::Structure end |