#[non_exhaustive]pub struct GetComponentPolicyInput { /* private fields */ }
Implementations
sourceimpl GetComponentPolicyInput
impl GetComponentPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetComponentPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetComponentPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetComponentPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetComponentPolicyInput
.
sourceimpl GetComponentPolicyInput
impl GetComponentPolicyInput
sourcepub fn component_arn(&self) -> Option<&str>
pub fn component_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
Trait Implementations
sourceimpl Clone for GetComponentPolicyInput
impl Clone for GetComponentPolicyInput
sourcefn clone(&self) -> GetComponentPolicyInput
fn clone(&self) -> GetComponentPolicyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetComponentPolicyInput
impl Debug for GetComponentPolicyInput
sourceimpl PartialEq<GetComponentPolicyInput> for GetComponentPolicyInput
impl PartialEq<GetComponentPolicyInput> for GetComponentPolicyInput
sourcefn eq(&self, other: &GetComponentPolicyInput) -> bool
fn eq(&self, other: &GetComponentPolicyInput) -> bool
impl StructuralPartialEq for GetComponentPolicyInput
Auto Trait Implementations
impl RefUnwindSafe for GetComponentPolicyInput
impl Send for GetComponentPolicyInput
impl Sync for GetComponentPolicyInput
impl Unpin for GetComponentPolicyInput
impl UnwindSafe for GetComponentPolicyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more