#[non_exhaustive]pub struct GetAutoTerminationPolicyOutput { /* private fields */ }Implementations§
source§impl GetAutoTerminationPolicyOutput
impl GetAutoTerminationPolicyOutput
sourcepub fn auto_termination_policy(&self) -> Option<&AutoTerminationPolicy>
pub fn auto_termination_policy(&self) -> Option<&AutoTerminationPolicy>
Specifies the auto-termination policy that is attached to an Amazon EMR cluster.
source§impl GetAutoTerminationPolicyOutput
impl GetAutoTerminationPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAutoTerminationPolicyOutput.
Trait Implementations§
source§impl Clone for GetAutoTerminationPolicyOutput
impl Clone for GetAutoTerminationPolicyOutput
source§fn clone(&self) -> GetAutoTerminationPolicyOutput
fn clone(&self) -> GetAutoTerminationPolicyOutput
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 PartialEq<GetAutoTerminationPolicyOutput> for GetAutoTerminationPolicyOutput
impl PartialEq<GetAutoTerminationPolicyOutput> for GetAutoTerminationPolicyOutput
source§fn eq(&self, other: &GetAutoTerminationPolicyOutput) -> bool
fn eq(&self, other: &GetAutoTerminationPolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.