#[non_exhaustive]pub struct CreateNetworkInsightsAccessScopeInput { /* private fields */ }
Implementations§
source§impl CreateNetworkInsightsAccessScopeInput
impl CreateNetworkInsightsAccessScopeInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateNetworkInsightsAccessScope, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateNetworkInsightsAccessScope, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateNetworkInsightsAccessScope
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkInsightsAccessScopeInput
.
source§impl CreateNetworkInsightsAccessScopeInput
impl CreateNetworkInsightsAccessScopeInput
sourcepub fn match_paths(&self) -> Option<&[AccessScopePathRequest]>
pub fn match_paths(&self) -> Option<&[AccessScopePathRequest]>
The paths to match.
sourcepub fn exclude_paths(&self) -> Option<&[AccessScopePathRequest]>
pub fn exclude_paths(&self) -> Option<&[AccessScopePathRequest]>
The paths to exclude.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to apply.
Trait Implementations§
source§impl Clone for CreateNetworkInsightsAccessScopeInput
impl Clone for CreateNetworkInsightsAccessScopeInput
source§fn clone(&self) -> CreateNetworkInsightsAccessScopeInput
fn clone(&self) -> CreateNetworkInsightsAccessScopeInput
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<CreateNetworkInsightsAccessScopeInput> for CreateNetworkInsightsAccessScopeInput
impl PartialEq<CreateNetworkInsightsAccessScopeInput> for CreateNetworkInsightsAccessScopeInput
source§fn eq(&self, other: &CreateNetworkInsightsAccessScopeInput) -> bool
fn eq(&self, other: &CreateNetworkInsightsAccessScopeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.