Struct aws_sdk_imagebuilder::operation::get_infrastructure_configuration::GetInfrastructureConfigurationOutput
source · #[non_exhaustive]pub struct GetInfrastructureConfigurationOutput { /* private fields */ }
Expand description
GetInfrastructureConfiguration response object.
Implementations§
source§impl GetInfrastructureConfigurationOutput
impl GetInfrastructureConfigurationOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn infrastructure_configuration(
&self
) -> Option<&InfrastructureConfiguration>
pub fn infrastructure_configuration( &self ) -> Option<&InfrastructureConfiguration>
The infrastructure configuration object.
source§impl GetInfrastructureConfigurationOutput
impl GetInfrastructureConfigurationOutput
sourcepub fn builder() -> GetInfrastructureConfigurationOutputBuilder
pub fn builder() -> GetInfrastructureConfigurationOutputBuilder
Creates a new builder-style object to manufacture GetInfrastructureConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetInfrastructureConfigurationOutput
impl Clone for GetInfrastructureConfigurationOutput
source§fn clone(&self) -> GetInfrastructureConfigurationOutput
fn clone(&self) -> GetInfrastructureConfigurationOutput
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<GetInfrastructureConfigurationOutput> for GetInfrastructureConfigurationOutput
impl PartialEq<GetInfrastructureConfigurationOutput> for GetInfrastructureConfigurationOutput
source§fn eq(&self, other: &GetInfrastructureConfigurationOutput) -> bool
fn eq(&self, other: &GetInfrastructureConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetInfrastructureConfigurationOutput
impl RequestId for GetInfrastructureConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.