Struct aws_sdk_iot::output::CreateDynamicThingGroupOutput [−][src]
#[non_exhaustive]pub struct CreateDynamicThingGroupOutput {
pub thing_group_name: Option<String>,
pub thing_group_arn: Option<String>,
pub thing_group_id: Option<String>,
pub index_name: Option<String>,
pub query_string: Option<String>,
pub query_version: 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.thing_group_name: Option<String>
The dynamic thing group name.
thing_group_arn: Option<String>
The dynamic thing group ARN.
thing_group_id: Option<String>
The dynamic thing group ID.
index_name: Option<String>
The dynamic thing group index name.
query_string: Option<String>
The dynamic thing group search query string.
query_version: Option<String>
The dynamic thing group query version.
Implementations
The dynamic thing group name.
The dynamic thing group ARN.
The dynamic thing group ID.
The dynamic thing group index name.
The dynamic thing group search query string.
The dynamic thing group query version.
Creates a new builder-style object to manufacture CreateDynamicThingGroupOutput
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 Send for CreateDynamicThingGroupOutput
impl Sync for CreateDynamicThingGroupOutput
impl Unpin for CreateDynamicThingGroupOutput
impl UnwindSafe for CreateDynamicThingGroupOutput
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