#[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 ==
.