pub struct PutComponentPolicyResponse {
pub component_arn: Option<String>,
pub request_id: Option<String>,
}
Fields§
§component_arn: Option<String>
The Amazon Resource Name (ARN) of the component that this policy was applied to.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for PutComponentPolicyResponse
impl Clone for PutComponentPolicyResponse
Source§fn clone(&self) -> PutComponentPolicyResponse
fn clone(&self) -> PutComponentPolicyResponse
Returns a duplicate 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 Debug for PutComponentPolicyResponse
impl Debug for PutComponentPolicyResponse
Source§impl Default for PutComponentPolicyResponse
impl Default for PutComponentPolicyResponse
Source§fn default() -> PutComponentPolicyResponse
fn default() -> PutComponentPolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutComponentPolicyResponse
impl<'de> Deserialize<'de> for PutComponentPolicyResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for PutComponentPolicyResponse
Auto Trait Implementations§
impl Freeze for PutComponentPolicyResponse
impl RefUnwindSafe for PutComponentPolicyResponse
impl Send for PutComponentPolicyResponse
impl Sync for PutComponentPolicyResponse
impl Unpin for PutComponentPolicyResponse
impl UnwindSafe for PutComponentPolicyResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more