Struct aws_sdk_glue::output::GetDatabasesOutput
source ·
[−]#[non_exhaustive]pub struct GetDatabasesOutput {
pub database_list: Option<Vec<Database>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.database_list: Option<Vec<Database>>
A list of Database
objects from the specified catalog.
next_token: Option<String>
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Implementations
A list of Database
objects from the specified catalog.
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Creates a new builder-style object to manufacture GetDatabasesOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetDatabasesOutput
impl Send for GetDatabasesOutput
impl Sync for GetDatabasesOutput
impl Unpin for GetDatabasesOutput
impl UnwindSafe for GetDatabasesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more