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

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

#distribution_idString

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

Returns:

  • (String)


5828
5829
5830
5831
5832
# File 'lib/aws-sdk-cloudfront/types.rb', line 5828

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