Class: Aws::Types::RealtimeLogConfigs
- Inherits:
-
Object
- Object
- Aws::Types::RealtimeLogConfigs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#items ⇒ ::Array[Types::RealtimeLogConfig]
Returns the value of attribute items.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
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.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def next_marker @next_marker end |