Struct aws_sdk_cloudfront::input::DeleteResponseHeadersPolicyInput [−][src]
#[non_exhaustive]pub struct DeleteResponseHeadersPolicyInput {
pub id: Option<String>,
pub if_match: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
if_match: Option<String>
The version of the response headers policy that you are deleting.
The version is the response headers policy’s ETag
value, which you can
get using ListResponseHeadersPolicies
,
GetResponseHeadersPolicy
, or
GetResponseHeadersPolicyConfig
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteResponseHeadersPolicy, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteResponseHeadersPolicy, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteResponseHeadersPolicy
>
Creates a new builder-style object to manufacture DeleteResponseHeadersPolicyInput
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DeleteResponseHeadersPolicyInput
impl Sync for DeleteResponseHeadersPolicyInput
impl Unpin for DeleteResponseHeadersPolicyInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more