Struct aws_sdk_robomaker::operation::describe_robot_application::DescribeRobotApplicationOutput   
source · #[non_exhaustive]pub struct DescribeRobotApplicationOutput { /* private fields */ }Implementations§
source§impl DescribeRobotApplicationOutput
 
impl DescribeRobotApplicationOutput
sourcepub fn robot_software_suite(&self) -> Option<&RobotSoftwareSuite>
 
pub fn robot_software_suite(&self) -> Option<&RobotSoftwareSuite>
The robot software suite (ROS distribution) used by the robot application.
sourcepub fn revision_id(&self) -> Option<&str>
 
pub fn revision_id(&self) -> Option<&str>
The revision id of the robot application.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
 
pub fn last_updated_at(&self) -> Option<&DateTime>
The time, in milliseconds since the epoch, when the robot application was last updated.
The list of all tags added to the specified robot application.
sourcepub fn environment(&self) -> Option<&Environment>
 
pub fn environment(&self) -> Option<&Environment>
The object that contains the Docker image URI used to create the robot application.
sourcepub fn image_digest(&self) -> Option<&str>
 
pub fn image_digest(&self) -> Option<&str>
A SHA256 identifier for the Docker image that you use for your robot application.
source§impl DescribeRobotApplicationOutput
 
impl DescribeRobotApplicationOutput
sourcepub fn builder() -> DescribeRobotApplicationOutputBuilder
 
pub fn builder() -> DescribeRobotApplicationOutputBuilder
Creates a new builder-style object to manufacture DescribeRobotApplicationOutput.
Trait Implementations§
source§impl Clone for DescribeRobotApplicationOutput
 
impl Clone for DescribeRobotApplicationOutput
source§fn clone(&self) -> DescribeRobotApplicationOutput
 
fn clone(&self) -> DescribeRobotApplicationOutput
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<DescribeRobotApplicationOutput> for DescribeRobotApplicationOutput
 
impl PartialEq<DescribeRobotApplicationOutput> for DescribeRobotApplicationOutput
source§fn eq(&self, other: &DescribeRobotApplicationOutput) -> bool
 
fn eq(&self, other: &DescribeRobotApplicationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeRobotApplicationOutput
 
impl RequestId for DescribeRobotApplicationOutput
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 DescribeRobotApplicationOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRobotApplicationOutput
impl Send for DescribeRobotApplicationOutput
impl Sync for DescribeRobotApplicationOutput
impl Unpin for DescribeRobotApplicationOutput
impl UnwindSafe for DescribeRobotApplicationOutput
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