You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::RealtimeLogConfigs

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of real-time log configurations.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

A flag that indicates whether there are more real-time log configurations than are contained in this list.

Returns:

  • (Boolean)

    A flag that indicates whether there are more real-time log configurations than are contained in this list.

#itemsArray<Types::RealtimeLogConfig>

Contains the list of real-time log configurations.

Returns:

#markerString

This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.

Returns:

  • (String)

    This parameter indicates where this list of real-time log configurations begins.

#max_itemsInteger

The maximum number of real-time log configurations requested.

Returns:

  • (Integer)

    The maximum number of real-time log configurations requested.

#next_markerString

If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing real-time log configurations where you left off.

Returns:

  • (String)

    If there are more items in the list than are in this response, this element is present.