[−][src]Struct rusoto_emr::InstanceGroupDetail
Detailed information about an instance group.
Fields
bid_price: Option<String>
The maximum Spot price your are willing to pay for EC2 instances.
An optional, nullable field that applies if the MarketType
for the instance group is specified as SPOT
. Specified in USD. If the value is NULL and SPOT
is specified, the maximum Spot price is set equal to the On-Demand price.
creation_date_time: f64
The date/time the instance group was created.
end_date_time: Option<f64>
The date/time the instance group was terminated.
instance_group_id: Option<String>
Unique identifier for the instance group.
instance_request_count: i64
Target number of instances to run in the instance group.
instance_role: String
Instance group role in the cluster
instance_running_count: i64
Actual count of running instances.
instance_type: String
EC2 instance type.
last_state_change_reason: Option<String>
Details regarding the state of the instance group.
market: String
Market type of the EC2 instances used to create a cluster node.
name: Option<String>
Friendly name for the instance group.
ready_date_time: Option<f64>
The date/time the instance group was available to the cluster.
start_date_time: Option<f64>
The date/time the instance group was started.
state: String
State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.
Trait Implementations
impl PartialEq<InstanceGroupDetail> for InstanceGroupDetail
[src]
fn eq(&self, other: &InstanceGroupDetail) -> bool
[src]
fn ne(&self, other: &InstanceGroupDetail) -> bool
[src]
impl Default for InstanceGroupDetail
[src]
fn default() -> InstanceGroupDetail
[src]
impl Clone for InstanceGroupDetail
[src]
fn clone(&self) -> InstanceGroupDetail
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for InstanceGroupDetail
[src]
impl<'de> Deserialize<'de> for InstanceGroupDetail
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for InstanceGroupDetail
impl Sync for InstanceGroupDetail
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self