#[non_exhaustive]pub struct AssociateApplicationFleetOutput { /* private fields */ }
Implementations§
source§impl AssociateApplicationFleetOutput
impl AssociateApplicationFleetOutput
sourcepub fn application_fleet_association(
&self
) -> Option<&ApplicationFleetAssociation>
pub fn application_fleet_association(
&self
) -> Option<&ApplicationFleetAssociation>
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
source§impl AssociateApplicationFleetOutput
impl AssociateApplicationFleetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateApplicationFleetOutput
.
Trait Implementations§
source§impl Clone for AssociateApplicationFleetOutput
impl Clone for AssociateApplicationFleetOutput
source§fn clone(&self) -> AssociateApplicationFleetOutput
fn clone(&self) -> AssociateApplicationFleetOutput
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 more