pub struct PutComponentPolicyRequest {
pub component_arn: String,
pub policy: String,
}
Fields§
§component_arn: String
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
policy: String
The policy to apply.
Trait Implementations§
Source§impl Clone for PutComponentPolicyRequest
impl Clone for PutComponentPolicyRequest
Source§fn clone(&self) -> PutComponentPolicyRequest
fn clone(&self) -> PutComponentPolicyRequest
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 PutComponentPolicyRequest
impl Debug for PutComponentPolicyRequest
Source§impl Default for PutComponentPolicyRequest
impl Default for PutComponentPolicyRequest
Source§fn default() -> PutComponentPolicyRequest
fn default() -> PutComponentPolicyRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for PutComponentPolicyRequest
Auto Trait Implementations§
impl Freeze for PutComponentPolicyRequest
impl RefUnwindSafe for PutComponentPolicyRequest
impl Send for PutComponentPolicyRequest
impl Sync for PutComponentPolicyRequest
impl Unpin for PutComponentPolicyRequest
impl UnwindSafe for PutComponentPolicyRequest
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