#[non_exhaustive]pub struct DeleteDirectConnectGatewayAssociationProposalInput { /* private fields */ }Implementations
sourceimpl DeleteDirectConnectGatewayAssociationProposalInput
impl DeleteDirectConnectGatewayAssociationProposalInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDirectConnectGatewayAssociationProposal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDirectConnectGatewayAssociationProposal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDirectConnectGatewayAssociationProposal>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDirectConnectGatewayAssociationProposalInput.
sourceimpl DeleteDirectConnectGatewayAssociationProposalInput
impl DeleteDirectConnectGatewayAssociationProposalInput
sourcepub fn proposal_id(&self) -> Option<&str>
pub fn proposal_id(&self) -> Option<&str>
The ID of the proposal.
Trait Implementations
sourceimpl Clone for DeleteDirectConnectGatewayAssociationProposalInput
impl Clone for DeleteDirectConnectGatewayAssociationProposalInput
sourcefn clone(&self) -> DeleteDirectConnectGatewayAssociationProposalInput
fn clone(&self) -> DeleteDirectConnectGatewayAssociationProposalInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteDirectConnectGatewayAssociationProposalInput> for DeleteDirectConnectGatewayAssociationProposalInput
impl PartialEq<DeleteDirectConnectGatewayAssociationProposalInput> for DeleteDirectConnectGatewayAssociationProposalInput
sourcefn eq(&self, other: &DeleteDirectConnectGatewayAssociationProposalInput) -> bool
fn eq(&self, other: &DeleteDirectConnectGatewayAssociationProposalInput) -> bool
impl StructuralPartialEq for DeleteDirectConnectGatewayAssociationProposalInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDirectConnectGatewayAssociationProposalInput
impl Send for DeleteDirectConnectGatewayAssociationProposalInput
impl Sync for DeleteDirectConnectGatewayAssociationProposalInput
impl Unpin for DeleteDirectConnectGatewayAssociationProposalInput
impl UnwindSafe for DeleteDirectConnectGatewayAssociationProposalInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more