Class: Aws::CloudFront::Types::GetMonitoringSubscriptionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_subscriptionTypes::MonitoringSubscription

A monitoring subscription. This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.



6891
6892
6893
6894
6895
# File 'lib/aws-sdk-cloudfront/types.rb', line 6891

class GetMonitoringSubscriptionResult < Struct.new(
  :monitoring_subscription)
  SENSITIVE = []
  include Aws::Structure
end