#[non_exhaustive]pub struct GetInfrastructureConfigurationInput { /* private fields */ }
Expand description
GetInfrastructureConfiguration request object.
Implementations
sourceimpl GetInfrastructureConfigurationInput
impl GetInfrastructureConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInfrastructureConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInfrastructureConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInfrastructureConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInfrastructureConfigurationInput
.
sourceimpl GetInfrastructureConfigurationInput
impl GetInfrastructureConfigurationInput
sourcepub fn infrastructure_configuration_arn(&self) -> Option<&str>
pub fn infrastructure_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
Trait Implementations
sourceimpl Clone for GetInfrastructureConfigurationInput
impl Clone for GetInfrastructureConfigurationInput
sourcefn clone(&self) -> GetInfrastructureConfigurationInput
fn clone(&self) -> GetInfrastructureConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetInfrastructureConfigurationInput> for GetInfrastructureConfigurationInput
impl PartialEq<GetInfrastructureConfigurationInput> for GetInfrastructureConfigurationInput
sourcefn eq(&self, other: &GetInfrastructureConfigurationInput) -> bool
fn eq(&self, other: &GetInfrastructureConfigurationInput) -> bool
impl StructuralPartialEq for GetInfrastructureConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for GetInfrastructureConfigurationInput
impl Send for GetInfrastructureConfigurationInput
impl Sync for GetInfrastructureConfigurationInput
impl Unpin for GetInfrastructureConfigurationInput
impl UnwindSafe for GetInfrastructureConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more