#[non_exhaustive]pub struct DeleteGitHubAccountTokenInput { /* private fields */ }
Expand description
Represents the input of a DeleteGitHubAccount
operation.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteGitHubAccountTokenInput
impl Clone for DeleteGitHubAccountTokenInput
source§fn clone(&self) -> DeleteGitHubAccountTokenInput
fn clone(&self) -> DeleteGitHubAccountTokenInput
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<DeleteGitHubAccountTokenInput> for DeleteGitHubAccountTokenInput
impl PartialEq<DeleteGitHubAccountTokenInput> for DeleteGitHubAccountTokenInput
source§fn eq(&self, other: &DeleteGitHubAccountTokenInput) -> bool
fn eq(&self, other: &DeleteGitHubAccountTokenInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.