#[non_exhaustive]pub struct DeleteBrowserSettingsInput { /* private fields */ }
Implementations§
source§impl DeleteBrowserSettingsInput
impl DeleteBrowserSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBrowserSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBrowserSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBrowserSettings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBrowserSettingsInput
.
source§impl DeleteBrowserSettingsInput
impl DeleteBrowserSettingsInput
sourcepub fn browser_settings_arn(&self) -> Option<&str>
pub fn browser_settings_arn(&self) -> Option<&str>
The ARN of the browser settings.
Trait Implementations§
source§impl Clone for DeleteBrowserSettingsInput
impl Clone for DeleteBrowserSettingsInput
source§fn clone(&self) -> DeleteBrowserSettingsInput
fn clone(&self) -> DeleteBrowserSettingsInput
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 DeleteBrowserSettingsInput
impl Debug for DeleteBrowserSettingsInput
source§impl PartialEq<DeleteBrowserSettingsInput> for DeleteBrowserSettingsInput
impl PartialEq<DeleteBrowserSettingsInput> for DeleteBrowserSettingsInput
source§fn eq(&self, other: &DeleteBrowserSettingsInput) -> bool
fn eq(&self, other: &DeleteBrowserSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.