Class: Aws::Types::ListDistributionsByRealtimeLogConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByRealtimeLogConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#realtime_log_config_arn ⇒ ::String
Returns the value of attribute realtime_log_config_arn.
-
#realtime_log_config_name ⇒ ::String
Returns the value of attribute realtime_log_config_name.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def max_items @max_items end |
#realtime_log_config_arn ⇒ ::String
Returns the value of attribute realtime_log_config_arn.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def realtime_log_config_arn @realtime_log_config_arn end |
#realtime_log_config_name ⇒ ::String
Returns the value of attribute realtime_log_config_name.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def realtime_log_config_name @realtime_log_config_name end |