#[non_exhaustive]pub struct DeleteGitHubAccountTokenInput { /* private fields */ }
Expand description
Represents the input of a DeleteGitHubAccount
operation.
Implementations
sourceimpl DeleteGitHubAccountTokenInput
impl DeleteGitHubAccountTokenInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGitHubAccountToken, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGitHubAccountToken, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteGitHubAccountToken
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteGitHubAccountTokenInput
.
sourceimpl DeleteGitHubAccountTokenInput
impl DeleteGitHubAccountTokenInput
sourcepub fn token_name(&self) -> Option<&str>
pub fn token_name(&self) -> Option<&str>
The name of the GitHub account connection to delete.
Trait Implementations
sourceimpl Clone for DeleteGitHubAccountTokenInput
impl Clone for DeleteGitHubAccountTokenInput
sourcefn clone(&self) -> DeleteGitHubAccountTokenInput
fn clone(&self) -> DeleteGitHubAccountTokenInput
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 Debug for DeleteGitHubAccountTokenInput
impl Debug for DeleteGitHubAccountTokenInput
sourceimpl PartialEq<DeleteGitHubAccountTokenInput> for DeleteGitHubAccountTokenInput
impl PartialEq<DeleteGitHubAccountTokenInput> for DeleteGitHubAccountTokenInput
sourcefn eq(&self, other: &DeleteGitHubAccountTokenInput) -> bool
fn eq(&self, other: &DeleteGitHubAccountTokenInput) -> bool
impl StructuralPartialEq for DeleteGitHubAccountTokenInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteGitHubAccountTokenInput
impl Send for DeleteGitHubAccountTokenInput
impl Sync for DeleteGitHubAccountTokenInput
impl Unpin for DeleteGitHubAccountTokenInput
impl UnwindSafe for DeleteGitHubAccountTokenInput
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