pub struct CreateCloudFormationChangeSetResponse {
pub application_id: Option<String>,
pub change_set_id: Option<String>,
pub semantic_version: Option<String>,
pub stack_id: Option<String>,
}Fields§
§application_id: Option<String>The application Amazon Resource Name (ARN).
change_set_id: Option<String>The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
semantic_version: Option<String>The semantic version of the application:
stack_id: Option<String>The unique ID of the stack.
Trait Implementations§
Source§impl Clone for CreateCloudFormationChangeSetResponse
impl Clone for CreateCloudFormationChangeSetResponse
Source§fn clone(&self) -> CreateCloudFormationChangeSetResponse
fn clone(&self) -> CreateCloudFormationChangeSetResponse
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 Default for CreateCloudFormationChangeSetResponse
impl Default for CreateCloudFormationChangeSetResponse
Source§fn default() -> CreateCloudFormationChangeSetResponse
fn default() -> CreateCloudFormationChangeSetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateCloudFormationChangeSetResponse
impl<'de> Deserialize<'de> for CreateCloudFormationChangeSetResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateCloudFormationChangeSetResponse
impl PartialEq for CreateCloudFormationChangeSetResponse
Source§fn eq(&self, other: &CreateCloudFormationChangeSetResponse) -> bool
fn eq(&self, other: &CreateCloudFormationChangeSetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateCloudFormationChangeSetResponse
Auto Trait Implementations§
impl Freeze for CreateCloudFormationChangeSetResponse
impl RefUnwindSafe for CreateCloudFormationChangeSetResponse
impl Send for CreateCloudFormationChangeSetResponse
impl Sync for CreateCloudFormationChangeSetResponse
impl Unpin for CreateCloudFormationChangeSetResponse
impl UnwindSafe for CreateCloudFormationChangeSetResponse
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