Class: Aws::Types::DownloadDBLogFilePortionDetails
- Inherits:
-
Object
- Object
- Aws::Types::DownloadDBLogFilePortionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data_pending ⇒ Boolean
Returns the value of attribute additional_data_pending.
-
#log_file_data ⇒ ::String
Returns the value of attribute log_file_data.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#additional_data_pending ⇒ Boolean
Returns the value of attribute additional_data_pending.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def additional_data_pending @additional_data_pending end |
#log_file_data ⇒ ::String
Returns the value of attribute log_file_data.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def log_file_data @log_file_data end |
#marker ⇒ ::String
Returns the value of attribute marker.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def marker @marker end |