Struct aws_sdk_robomaker::output::CreateRobotOutput [−][src]
#[non_exhaustive]pub struct CreateRobotOutput {
pub arn: Option<String>,
pub name: Option<String>,
pub created_at: Option<DateTime>,
pub greengrass_group_id: Option<String>,
pub architecture: Option<Architecture>,
pub tags: Option<HashMap<String, 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.arn: Option<String>The Amazon Resource Name (ARN) of the robot.
name: Option<String>The name of the robot.
created_at: Option<DateTime>The time, in milliseconds since the epoch, when the robot was created.
greengrass_group_id: Option<String>The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
architecture: Option<Architecture>The target architecture of the robot.
The list of all tags added to the robot.
Implementations
The time, in milliseconds since the epoch, when the robot was created.
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
The target architecture of the robot.
The list of all tags added to the robot.
Creates a new builder-style object to manufacture CreateRobotOutput
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 RefUnwindSafe for CreateRobotOutput
impl Send for CreateRobotOutput
impl Sync for CreateRobotOutput
impl Unpin for CreateRobotOutput
impl UnwindSafe for CreateRobotOutput
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