Class: Aws::Types::GetRelationalDatabaseBundlesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRelationalDatabaseBundlesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_inactive ⇒ Boolean
Returns the value of attribute include_inactive.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#include_inactive ⇒ Boolean
Returns the value of attribute include_inactive.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def include_inactive @include_inactive end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def page_token @page_token end |