Class: Aws::CloudFront::Types::GetMonitoringSubscriptionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_idString

The ID of the distribution that you are getting metrics information for.

Returns:

  • (String)


5488
5489
5490
5491
5492
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5488

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