Struct aws_sdk_codeguruprofiler::input::GetPolicyInput
source · #[non_exhaustive]pub struct GetPolicyInput { /* private fields */ }
Expand description
The structure representing the getPolicyRequest
.
Implementations§
source§impl GetPolicyInput
impl GetPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPolicyInput
.
source§impl GetPolicyInput
impl GetPolicyInput
sourcepub fn profiling_group_name(&self) -> Option<&str>
pub fn profiling_group_name(&self) -> Option<&str>
The name of the profiling group.
Trait Implementations§
source§impl Clone for GetPolicyInput
impl Clone for GetPolicyInput
source§fn clone(&self) -> GetPolicyInput
fn clone(&self) -> GetPolicyInput
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 GetPolicyInput
impl Debug for GetPolicyInput
source§impl PartialEq<GetPolicyInput> for GetPolicyInput
impl PartialEq<GetPolicyInput> for GetPolicyInput
source§fn eq(&self, other: &GetPolicyInput) -> bool
fn eq(&self, other: &GetPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.