Struct aws_sdk_appstream::operation::associate_application_fleet::AssociateApplicationFleetOutput
source · #[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() -> AssociateApplicationFleetOutputBuilder
pub fn builder() -> AssociateApplicationFleetOutputBuilder
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 moresource§impl PartialEq<AssociateApplicationFleetOutput> for AssociateApplicationFleetOutput
impl PartialEq<AssociateApplicationFleetOutput> for AssociateApplicationFleetOutput
source§fn eq(&self, other: &AssociateApplicationFleetOutput) -> bool
fn eq(&self, other: &AssociateApplicationFleetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AssociateApplicationFleetOutput
impl RequestId for AssociateApplicationFleetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.