Struct rusoto_lambda::GetPolicyResponse [−][src]
Fields
policy: Option<String>
The resource policy associated with the specified function. The response returns the same as a string using a backslash ("\") as an escape character in the JSON.
revision_id: Option<String>
Represents the latest updated revision of the function or alias.
Trait Implementations
impl Default for GetPolicyResponse[src]
impl Default for GetPolicyResponsefn default() -> GetPolicyResponse[src]
fn default() -> GetPolicyResponseReturns the "default value" for a type. Read more
impl Debug for GetPolicyResponse[src]
impl Debug for GetPolicyResponsefn 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 GetPolicyResponse[src]
impl Clone for GetPolicyResponsefn clone(&self) -> GetPolicyResponse[src]
fn clone(&self) -> GetPolicyResponseReturns 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 GetPolicyResponse[src]
impl PartialEq for GetPolicyResponsefn eq(&self, other: &GetPolicyResponse) -> bool[src]
fn eq(&self, other: &GetPolicyResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GetPolicyResponse) -> bool[src]
fn ne(&self, other: &GetPolicyResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for GetPolicyResponse
impl Send for GetPolicyResponseimpl Sync for GetPolicyResponse
impl Sync for GetPolicyResponse