pub struct InstanceGroupStateChange {
pub market: String,
pub severity: String,
pub requested_instance_count: String,
pub instance_type: String,
pub instance_group_type: String,
pub instance_group_id: String,
pub cluster_id: String,
pub running_instance_count: String,
pub state: String,
pub message: String,
}Fields§
§market: String§severity: String§requested_instance_count: String§instance_type: String§instance_group_type: String§instance_group_id: String§cluster_id: String§running_instance_count: String§state: String§message: StringTrait Implementations§
Source§impl Clone for InstanceGroupStateChange
impl Clone for InstanceGroupStateChange
Source§fn clone(&self) -> InstanceGroupStateChange
fn clone(&self) -> InstanceGroupStateChange
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 InstanceGroupStateChange
impl Debug for InstanceGroupStateChange
Source§impl Default for InstanceGroupStateChange
impl Default for InstanceGroupStateChange
Source§fn default() -> InstanceGroupStateChange
fn default() -> InstanceGroupStateChange
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstanceGroupStateChange
impl<'de> Deserialize<'de> for InstanceGroupStateChange
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 InstanceGroupStateChange
impl PartialEq for InstanceGroupStateChange
Source§impl Serialize for InstanceGroupStateChange
impl Serialize for InstanceGroupStateChange
impl Eq for InstanceGroupStateChange
impl StructuralPartialEq for InstanceGroupStateChange
Auto Trait Implementations§
impl Freeze for InstanceGroupStateChange
impl RefUnwindSafe for InstanceGroupStateChange
impl Send for InstanceGroupStateChange
impl Sync for InstanceGroupStateChange
impl Unpin for InstanceGroupStateChange
impl UnwindSafe for InstanceGroupStateChange
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