Class: Aws::Types::GetRelationalDatabaseLogEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseLogEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
-
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
-
#start_from_head ⇒ Boolean
Returns the value of attribute start_from_head.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def end_time @end_time end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def log_stream_name @log_stream_name end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def page_token @page_token end |
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def relational_database_name @relational_database_name end |
#start_from_head ⇒ Boolean
Returns the value of attribute start_from_head.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def start_from_head @start_from_head end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def start_time @start_time end |