Class: Aws::Types::RealtimeLogConfigs

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


3176
3177
3178
# File 'sig/types.rbs', line 3176

def is_truncated
  @is_truncated
end

#items::Array[Types::RealtimeLogConfig]

Returns the value of attribute items.

Returns:



3175
3176
3177
# File 'sig/types.rbs', line 3175

def items
  @items
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


3177
3178
3179
# File 'sig/types.rbs', line 3177

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


3174
3175
3176
# File 'sig/types.rbs', line 3174

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def next_marker
  @next_marker
end