Struct aws_sdk_iottwinmaker::output::GetEntityOutput
source · [−]#[non_exhaustive]pub struct GetEntityOutput { /* private fields */ }Implementations
sourceimpl GetEntityOutput
impl GetEntityOutput
sourcepub fn entity_name(&self) -> Option<&str>
pub fn entity_name(&self) -> Option<&str>
The name of the entity.
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the entity.
sourcepub fn components(&self) -> Option<&HashMap<String, ComponentResponse>>
pub fn components(&self) -> Option<&HashMap<String, ComponentResponse>>
An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object.
sourcepub fn parent_entity_id(&self) -> Option<&str>
pub fn parent_entity_id(&self) -> Option<&str>
The ID of the parent entity for this entity.
sourcepub fn has_child_entities(&self) -> Option<bool>
pub fn has_child_entities(&self) -> Option<bool>
A Boolean value that specifies whether the entity has associated child entities.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time when the entity was created.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The date and time when the entity was last updated.
sourceimpl GetEntityOutput
impl GetEntityOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEntityOutput.
Trait Implementations
sourceimpl Clone for GetEntityOutput
impl Clone for GetEntityOutput
sourcefn clone(&self) -> GetEntityOutput
fn clone(&self) -> GetEntityOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GetEntityOutput
impl Debug for GetEntityOutput
sourceimpl PartialEq<GetEntityOutput> for GetEntityOutput
impl PartialEq<GetEntityOutput> for GetEntityOutput
sourcefn eq(&self, other: &GetEntityOutput) -> bool
fn eq(&self, other: &GetEntityOutput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for GetEntityOutput
Auto Trait Implementations
impl RefUnwindSafe for GetEntityOutput
impl Send for GetEntityOutput
impl Sync for GetEntityOutput
impl Unpin for GetEntityOutput
impl UnwindSafe for GetEntityOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more