Struct rusoto_lambda::TagResourceRequest [−][src]
Fields
resource: String
The ARN (Amazon Resource Name) of the Lambda function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
The list of tags (key-value pairs) you are assigning to the Lambda function. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
Trait Implementations
impl Default for TagResourceRequest[src]
impl Default for TagResourceRequestfn default() -> TagResourceRequest[src]
fn default() -> TagResourceRequestReturns the "default value" for a type. Read more
impl Debug for TagResourceRequest[src]
impl Debug for TagResourceRequestfn 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 TagResourceRequest[src]
impl Clone for TagResourceRequestfn clone(&self) -> TagResourceRequest[src]
fn clone(&self) -> TagResourceRequestReturns 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 TagResourceRequest[src]
impl PartialEq for TagResourceRequestfn eq(&self, other: &TagResourceRequest) -> bool[src]
fn eq(&self, other: &TagResourceRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TagResourceRequest) -> bool[src]
fn ne(&self, other: &TagResourceRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for TagResourceRequest
impl Send for TagResourceRequestimpl Sync for TagResourceRequest
impl Sync for TagResourceRequest