Struct rusoto_lambda::UntagResourceRequest [−][src]
Fields
resource: String
The ARN (Amazon Resource Name) of the function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
tag_keys: Vec<String>
The list of tag keys to be deleted from the function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
Trait Implementations
impl Default for UntagResourceRequest[src]
impl Default for UntagResourceRequestfn default() -> UntagResourceRequest[src]
fn default() -> UntagResourceRequestReturns the "default value" for a type. Read more
impl Debug for UntagResourceRequest[src]
impl Debug for UntagResourceRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for UntagResourceRequest[src]
impl Clone for UntagResourceRequestfn clone(&self) -> UntagResourceRequest[src]
fn clone(&self) -> UntagResourceRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for UntagResourceRequest[src]
impl PartialEq for UntagResourceRequestfn eq(&self, other: &UntagResourceRequest) -> bool[src]
fn eq(&self, other: &UntagResourceRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &UntagResourceRequest) -> bool[src]
fn ne(&self, other: &UntagResourceRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for UntagResourceRequest
impl Send for UntagResourceRequestimpl Sync for UntagResourceRequest
impl Sync for UntagResourceRequest