#[non_exhaustive]pub struct GetInfrastructureConfigurationInput { /* private fields */ }
Expand description
GetInfrastructureConfiguration request object.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for GetInfrastructureConfigurationInput
impl Clone for GetInfrastructureConfigurationInput
source§fn clone(&self) -> GetInfrastructureConfigurationInput
fn clone(&self) -> GetInfrastructureConfigurationInput
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 PartialEq<GetInfrastructureConfigurationInput> for GetInfrastructureConfigurationInput
impl PartialEq<GetInfrastructureConfigurationInput> for GetInfrastructureConfigurationInput
source§fn eq(&self, other: &GetInfrastructureConfigurationInput) -> bool
fn eq(&self, other: &GetInfrastructureConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.