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.
5325 5326 5327 5328 5329 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5325 class GetMonitoringSubscriptionRequest < Struct.new( :distribution_id) SENSITIVE = [] include Aws::Structure end |