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

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

Overview

A list of real-time log configurations.

Constant Summary collapse

SENSITIVE =
[]

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)


9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9629

class RealtimeLogConfigs < Struct.new(
  :max_items,
  :items,
  :is_truncated,
  :marker,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::RealtimeLogConfig>

Contains the list of real-time log configurations.

Returns:



9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9629

class RealtimeLogConfigs < Struct.new(
  :max_items,
  :items,
  :is_truncated,
  :marker,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#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)


9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9629

class RealtimeLogConfigs < Struct.new(
  :max_items,
  :items,
  :is_truncated,
  :marker,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of real-time log configurations requested.

Returns:

  • (Integer)


9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9629

class RealtimeLogConfigs < Struct.new(
  :max_items,
  :items,
  :is_truncated,
  :marker,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#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)


9629
9630
9631
9632
9633
9634
9635
9636
9637
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9629

class RealtimeLogConfigs < Struct.new(
  :max_items,
  :items,
  :is_truncated,
  :marker,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end