Class: Aws::Types::DescribeDBLogFilesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBLogFilesMessage
- 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.
-
#file_last_written ⇒ ::Integer
Returns the value of attribute file_last_written.
-
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
-
#filename_contains ⇒ ::String
Returns the value of attribute filename_contains.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def db_instance_identifier @db_instance_identifier end |
#file_last_written ⇒ ::Integer
Returns the value of attribute file_last_written.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def file_last_written @file_last_written end |
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def file_size @file_size end |
#filename_contains ⇒ ::String
Returns the value of attribute filename_contains.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def filename_contains @filename_contains end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def max_records @max_records end |