#[non_exhaustive]pub struct GetResourceProfileInput { /* private fields */ }Implementations§
source§impl GetResourceProfileInput
impl GetResourceProfileInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
source§impl GetResourceProfileInput
impl GetResourceProfileInput
sourcepub fn builder() -> GetResourceProfileInputBuilder
pub fn builder() -> GetResourceProfileInputBuilder
Creates a new builder-style object to manufacture GetResourceProfileInput.
source§impl GetResourceProfileInput
impl GetResourceProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetResourceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResourceProfile>
Trait Implementations§
source§impl Clone for GetResourceProfileInput
impl Clone for GetResourceProfileInput
source§fn clone(&self) -> GetResourceProfileInput
fn clone(&self) -> GetResourceProfileInput
Returns a copy 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 GetResourceProfileInput
impl Debug for GetResourceProfileInput
source§impl PartialEq<GetResourceProfileInput> for GetResourceProfileInput
impl PartialEq<GetResourceProfileInput> for GetResourceProfileInput
source§fn eq(&self, other: &GetResourceProfileInput) -> bool
fn eq(&self, other: &GetResourceProfileInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetResourceProfileInput
Auto Trait Implementations§
impl RefUnwindSafe for GetResourceProfileInput
impl Send for GetResourceProfileInput
impl Sync for GetResourceProfileInput
impl Unpin for GetResourceProfileInput
impl UnwindSafe for GetResourceProfileInput
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