Struct aws_sdk_iam::input::GetInstanceProfileInput
source · #[non_exhaustive]pub struct GetInstanceProfileInput { /* private fields */ }Implementations§
source§impl GetInstanceProfileInput
impl GetInstanceProfileInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInstanceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInstanceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInstanceProfile>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInstanceProfileInput.
source§impl GetInstanceProfileInput
impl GetInstanceProfileInput
sourcepub fn instance_profile_name(&self) -> Option<&str>
pub fn instance_profile_name(&self) -> Option<&str>
The name of the instance profile to get information about.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Trait Implementations§
source§impl Clone for GetInstanceProfileInput
impl Clone for GetInstanceProfileInput
source§fn clone(&self) -> GetInstanceProfileInput
fn clone(&self) -> GetInstanceProfileInput
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 GetInstanceProfileInput
impl Debug for GetInstanceProfileInput
source§impl PartialEq<GetInstanceProfileInput> for GetInstanceProfileInput
impl PartialEq<GetInstanceProfileInput> for GetInstanceProfileInput
source§fn eq(&self, other: &GetInstanceProfileInput) -> bool
fn eq(&self, other: &GetInstanceProfileInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.