Struct aws_sdk_kafka::output::ListConfigurationsOutput [−][src]
#[non_exhaustive]pub struct ListConfigurationsOutput {
pub configurations: Option<Vec<Configuration>>,
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.configurations: Option<Vec<Configuration>>An array of MSK configurations.
next_token: Option<String>The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
Implementations
An array of MSK configurations.
The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
Creates a new builder-style object to manufacture ListConfigurationsOutput
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 ListConfigurationsOutput
impl Send for ListConfigurationsOutput
impl Sync for ListConfigurationsOutput
impl Unpin for ListConfigurationsOutput
impl UnwindSafe for ListConfigurationsOutput
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
