Class: Aws::CloudFront::Types::GetMonitoringSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetMonitoringSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_id ⇒ String
The ID of the distribution that you are getting metrics information for.
Instance Attribute Details
#distribution_id ⇒ String
The ID of the distribution that you are getting metrics information for.
5496 5497 5498 5499 5500 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5496 class GetMonitoringSubscriptionRequest < Struct.new( :distribution_id) SENSITIVE = [] include Aws::Structure end |