class Aws::CloudFront::Types::ListDistributionsByRealtimeLogConfigRequest

@note When making an API call, you may pass ListDistributionsByRealtimeLogConfigRequest

data as a hash:

    {
      marker: "string",
      max_items: 1,
      realtime_log_config_name: "string",
      realtime_log_config_arn: "string",
    }

@!attribute [rw] marker

Use this field when paginating results to indicate where to begin in
your list of distributions. The response includes distributions in
the list that occur after the marker. To get the next page of the
list, set this field’s value to the value of `NextMarker` from the
current page’s response.
@return [String]

@!attribute [rw] max_items

The maximum number of distributions that you want in the response.
@return [Integer]

@!attribute [rw] realtime_log_config_name

The name of the real-time log configuration whose associated
distributions you want to list.
@return [String]

@!attribute [rw] realtime_log_config_arn

The Amazon Resource Name (ARN) of the real-time log configuration
whose associated distributions you want to list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByRealtimeLogConfigRequest AWS API Documentation

Constants

SENSITIVE