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