Class: Aws::Types::DownloadDBLogFilePortionMessage
- Inherits:
-
Object
- Object
- Aws::Types::DownloadDBLogFilePortionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#log_file_name ⇒ ::String
Returns the value of attribute log_file_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#number_of_lines ⇒ ::Integer
Returns the value of attribute number_of_lines.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def db_instance_identifier @db_instance_identifier end |
#log_file_name ⇒ ::String
Returns the value of attribute log_file_name.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def log_file_name @log_file_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def marker @marker end |
#number_of_lines ⇒ ::Integer
Returns the value of attribute number_of_lines.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def number_of_lines @number_of_lines end |