#[non_exhaustive]pub struct CreateDynamicThingGroupOutput { /* private fields */ }
Implementations§
source§impl CreateDynamicThingGroupOutput
impl CreateDynamicThingGroupOutput
sourcepub fn thing_group_name(&self) -> Option<&str>
pub fn thing_group_name(&self) -> Option<&str>
The dynamic thing group name.
sourcepub fn thing_group_arn(&self) -> Option<&str>
pub fn thing_group_arn(&self) -> Option<&str>
The dynamic thing group ARN.
sourcepub fn thing_group_id(&self) -> Option<&str>
pub fn thing_group_id(&self) -> Option<&str>
The dynamic thing group ID.
sourcepub fn index_name(&self) -> Option<&str>
pub fn index_name(&self) -> Option<&str>
The dynamic thing group index name.
sourcepub fn query_string(&self) -> Option<&str>
pub fn query_string(&self) -> Option<&str>
The dynamic thing group search query string.
sourcepub fn query_version(&self) -> Option<&str>
pub fn query_version(&self) -> Option<&str>
The dynamic thing group query version.
source§impl CreateDynamicThingGroupOutput
impl CreateDynamicThingGroupOutput
sourcepub fn builder() -> CreateDynamicThingGroupOutputBuilder
pub fn builder() -> CreateDynamicThingGroupOutputBuilder
Creates a new builder-style object to manufacture CreateDynamicThingGroupOutput
.
Trait Implementations§
source§impl Clone for CreateDynamicThingGroupOutput
impl Clone for CreateDynamicThingGroupOutput
source§fn clone(&self) -> CreateDynamicThingGroupOutput
fn clone(&self) -> CreateDynamicThingGroupOutput
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 moresource§impl PartialEq<CreateDynamicThingGroupOutput> for CreateDynamicThingGroupOutput
impl PartialEq<CreateDynamicThingGroupOutput> for CreateDynamicThingGroupOutput
source§fn eq(&self, other: &CreateDynamicThingGroupOutput) -> bool
fn eq(&self, other: &CreateDynamicThingGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateDynamicThingGroupOutput
impl RequestId for CreateDynamicThingGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateDynamicThingGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateDynamicThingGroupOutput
impl Send for CreateDynamicThingGroupOutput
impl Sync for CreateDynamicThingGroupOutput
impl Unpin for CreateDynamicThingGroupOutput
impl UnwindSafe for CreateDynamicThingGroupOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more