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
- Struct
- Aws::CloudFront::Types::RealtimeLogConfigs
- Defined in:
- (unknown)
Overview
A list of real-time log configurations.
Returned by:
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
A flag that indicates whether there are more real-time log configurations than are contained in this list.
-
#items ⇒ Array<Types::RealtimeLogConfig>
Contains the list of real-time log configurations.
-
#marker ⇒ String
This parameter indicates where this list of real-time log configurations begins.
-
#max_items ⇒ Integer
The maximum number of real-time log configurations requested.
-
#next_marker ⇒ String
If there are more items in the list than are in this response, this element is present.
Instance Attribute Details
#is_truncated ⇒ Boolean
A flag that indicates whether there are more real-time log configurations than are contained in this list.
#items ⇒ Array<Types::RealtimeLogConfig>
Contains the list of real-time log configurations.
#marker ⇒ String
This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.
#max_items ⇒ Integer
The maximum number of real-time log configurations requested.
#next_marker ⇒ String
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.