Struct aws_sdk_config::output::SelectResourceConfigOutput
source · #[non_exhaustive]pub struct SelectResourceConfigOutput { /* private fields */ }Implementations§
source§impl SelectResourceConfigOutput
impl SelectResourceConfigOutput
sourcepub fn query_info(&self) -> Option<&QueryInfo>
pub fn query_info(&self) -> Option<&QueryInfo>
Returns the QueryInfo object.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
source§impl SelectResourceConfigOutput
impl SelectResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SelectResourceConfigOutput.
Trait Implementations§
source§impl Clone for SelectResourceConfigOutput
impl Clone for SelectResourceConfigOutput
source§fn clone(&self) -> SelectResourceConfigOutput
fn clone(&self) -> SelectResourceConfigOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more