Struct aws_sdk_iottwinmaker::operation::get_scene::GetSceneOutput
source · #[non_exhaustive]pub struct GetSceneOutput { /* private fields */ }Implementations§
source§impl GetSceneOutput
impl GetSceneOutput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace that contains the scene.
sourcepub fn content_location(&self) -> Option<&str>
pub fn content_location(&self) -> Option<&str>
The relative path that specifies the location of the content definition file.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time when the scene was created.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The date and time when the scene was last updated.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the scene.
sourcepub fn capabilities(&self) -> Option<&[String]>
pub fn capabilities(&self) -> Option<&[String]>
A list of capabilities that the scene uses to render.
source§impl GetSceneOutput
impl GetSceneOutput
sourcepub fn builder() -> GetSceneOutputBuilder
pub fn builder() -> GetSceneOutputBuilder
Creates a new builder-style object to manufacture GetSceneOutput.
Trait Implementations§
source§impl Clone for GetSceneOutput
impl Clone for GetSceneOutput
source§fn clone(&self) -> GetSceneOutput
fn clone(&self) -> GetSceneOutput
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 Debug for GetSceneOutput
impl Debug for GetSceneOutput
source§impl PartialEq<GetSceneOutput> for GetSceneOutput
impl PartialEq<GetSceneOutput> for GetSceneOutput
source§fn eq(&self, other: &GetSceneOutput) -> bool
fn eq(&self, other: &GetSceneOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSceneOutput
impl RequestId for GetSceneOutput
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.