#[non_exhaustive]pub struct DescribeResourcePolicyInput { /* private fields */ }Implementations§
source§impl DescribeResourcePolicyInput
impl DescribeResourcePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResourcePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeResourcePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeResourcePolicy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeResourcePolicyInput.
source§impl DescribeResourcePolicyInput
impl DescribeResourcePolicyInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
Trait Implementations§
source§impl Clone for DescribeResourcePolicyInput
impl Clone for DescribeResourcePolicyInput
source§fn clone(&self) -> DescribeResourcePolicyInput
fn clone(&self) -> DescribeResourcePolicyInput
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 DescribeResourcePolicyInput
impl Debug for DescribeResourcePolicyInput
source§impl PartialEq<DescribeResourcePolicyInput> for DescribeResourcePolicyInput
impl PartialEq<DescribeResourcePolicyInput> for DescribeResourcePolicyInput
source§fn eq(&self, other: &DescribeResourcePolicyInput) -> bool
fn eq(&self, other: &DescribeResourcePolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.