Class: Aws::Types::GetRelationalDatabaseEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_minutes ⇒ ::Integer
Returns the value of attribute duration_in_minutes.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
-
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
Instance Attribute Details
#duration_in_minutes ⇒ ::Integer
Returns the value of attribute duration_in_minutes.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def duration_in_minutes @duration_in_minutes end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def page_token @page_token end |
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def relational_database_name @relational_database_name end |