pub struct DescribeThingGroupResponse {
pub index_name: Option<String>,
pub query_string: Option<String>,
pub query_version: Option<String>,
pub status: Option<String>,
pub thing_group_arn: Option<String>,
pub thing_group_id: Option<String>,
pub thing_group_metadata: Option<ThingGroupMetadata>,
pub thing_group_name: Option<String>,
pub thing_group_properties: Option<ThingGroupProperties>,
pub version: Option<i64>,
}Fields§
§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.
status: Option<String>The dynamic thing group status.
thing_group_arn: Option<String>The thing group ARN.
thing_group_id: Option<String>The thing group ID.
thing_group_metadata: Option<ThingGroupMetadata>Thing group metadata.
thing_group_name: Option<String>The name of the thing group.
thing_group_properties: Option<ThingGroupProperties>The thing group properties.
version: Option<i64>The version of the thing group.
Trait Implementations§
Source§impl Clone for DescribeThingGroupResponse
impl Clone for DescribeThingGroupResponse
Source§fn clone(&self) -> DescribeThingGroupResponse
fn clone(&self) -> DescribeThingGroupResponse
Returns a duplicate 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 Debug for DescribeThingGroupResponse
impl Debug for DescribeThingGroupResponse
Source§impl Default for DescribeThingGroupResponse
impl Default for DescribeThingGroupResponse
Source§fn default() -> DescribeThingGroupResponse
fn default() -> DescribeThingGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeThingGroupResponse
impl<'de> Deserialize<'de> for DescribeThingGroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DescribeThingGroupResponse
Auto Trait Implementations§
impl Freeze for DescribeThingGroupResponse
impl RefUnwindSafe for DescribeThingGroupResponse
impl Send for DescribeThingGroupResponse
impl Sync for DescribeThingGroupResponse
impl Unpin for DescribeThingGroupResponse
impl UnwindSafe for DescribeThingGroupResponse
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