Struct aws_sdk_lexmodelsv2::operation::list_bot_version_replicas::ListBotVersionReplicasOutput
source · #[non_exhaustive]pub struct ListBotVersionReplicasOutput {
pub bot_id: Option<String>,
pub source_region: Option<String>,
pub replica_region: Option<String>,
pub bot_version_replica_summaries: Option<Vec<BotVersionReplicaSummary>>,
pub next_token: Option<String>,
/* private fields */
}
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.bot_id: Option<String>
The unique ID of the bots in the list of replicated bots.
source_region: Option<String>
The source region used for the bots in the list of replicated bots.
replica_region: Option<String>
The region used for the replicated bots in the list of replicated bots.
bot_version_replica_summaries: Option<Vec<BotVersionReplicaSummary>>
The information summary used for the replicated bots in the list of replicated bots.
next_token: Option<String>
The next token used for the replicated bots in the list of replicated bots.
Implementations§
source§impl ListBotVersionReplicasOutput
impl ListBotVersionReplicasOutput
sourcepub fn source_region(&self) -> Option<&str>
pub fn source_region(&self) -> Option<&str>
The source region used for the bots in the list of replicated bots.
sourcepub fn replica_region(&self) -> Option<&str>
pub fn replica_region(&self) -> Option<&str>
The region used for the replicated bots in the list of replicated bots.
sourcepub fn bot_version_replica_summaries(&self) -> &[BotVersionReplicaSummary]
pub fn bot_version_replica_summaries(&self) -> &[BotVersionReplicaSummary]
The information summary used for the replicated bots in the list of replicated bots.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .bot_version_replica_summaries.is_none()
.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next token used for the replicated bots in the list of replicated bots.
source§impl ListBotVersionReplicasOutput
impl ListBotVersionReplicasOutput
sourcepub fn builder() -> ListBotVersionReplicasOutputBuilder
pub fn builder() -> ListBotVersionReplicasOutputBuilder
Creates a new builder-style object to manufacture ListBotVersionReplicasOutput
.
Trait Implementations§
source§impl Clone for ListBotVersionReplicasOutput
impl Clone for ListBotVersionReplicasOutput
source§fn clone(&self) -> ListBotVersionReplicasOutput
fn clone(&self) -> ListBotVersionReplicasOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListBotVersionReplicasOutput
impl Debug for ListBotVersionReplicasOutput
source§impl PartialEq for ListBotVersionReplicasOutput
impl PartialEq for ListBotVersionReplicasOutput
source§fn eq(&self, other: &ListBotVersionReplicasOutput) -> bool
fn eq(&self, other: &ListBotVersionReplicasOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListBotVersionReplicasOutput
impl RequestId for ListBotVersionReplicasOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.