Class: Aws::CloudFront::Types::CreateMonitoringSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateMonitoringSubscriptionResult
- 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.
2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2121 class CreateMonitoringSubscriptionResult < Struct.new( :monitoring_subscription) SENSITIVE = [] include Aws::Structure end |