pub struct DeploySystemInstanceRequest {
pub id: Option<String>,
}
Fields§
§id: Option<String>
The ID of the system instance. This value is returned by the CreateSystemInstance
action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
Trait Implementations§
Source§impl Clone for DeploySystemInstanceRequest
impl Clone for DeploySystemInstanceRequest
Source§fn clone(&self) -> DeploySystemInstanceRequest
fn clone(&self) -> DeploySystemInstanceRequest
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 DeploySystemInstanceRequest
impl Debug for DeploySystemInstanceRequest
Source§impl Default for DeploySystemInstanceRequest
impl Default for DeploySystemInstanceRequest
Source§fn default() -> DeploySystemInstanceRequest
fn default() -> DeploySystemInstanceRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeploySystemInstanceRequest
Auto Trait Implementations§
impl Freeze for DeploySystemInstanceRequest
impl RefUnwindSafe for DeploySystemInstanceRequest
impl Send for DeploySystemInstanceRequest
impl Sync for DeploySystemInstanceRequest
impl Unpin for DeploySystemInstanceRequest
impl UnwindSafe for DeploySystemInstanceRequest
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