#[non_exhaustive]pub struct DeletePublicAccessBlockInput { /* private fields */ }Implementations§
source§impl DeletePublicAccessBlockInput
impl DeletePublicAccessBlockInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePublicAccessBlock, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePublicAccessBlock, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePublicAccessBlock>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePublicAccessBlockInput.
source§impl DeletePublicAccessBlockInput
impl DeletePublicAccessBlockInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to remove.
Trait Implementations§
source§impl Clone for DeletePublicAccessBlockInput
impl Clone for DeletePublicAccessBlockInput
source§fn clone(&self) -> DeletePublicAccessBlockInput
fn clone(&self) -> DeletePublicAccessBlockInput
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 Debug for DeletePublicAccessBlockInput
impl Debug for DeletePublicAccessBlockInput
source§impl PartialEq<DeletePublicAccessBlockInput> for DeletePublicAccessBlockInput
impl PartialEq<DeletePublicAccessBlockInput> for DeletePublicAccessBlockInput
source§fn eq(&self, other: &DeletePublicAccessBlockInput) -> bool
fn eq(&self, other: &DeletePublicAccessBlockInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.