#[non_exhaustive]pub struct CreateInfrastructureConfigurationOutput { /* private fields */ }
Implementations
sourceimpl CreateInfrastructureConfigurationOutput
impl CreateInfrastructureConfigurationOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token used to make this request idempotent.
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 was created by this request.
sourceimpl CreateInfrastructureConfigurationOutput
impl CreateInfrastructureConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateInfrastructureConfigurationOutput
.
Trait Implementations
sourceimpl Clone for CreateInfrastructureConfigurationOutput
impl Clone for CreateInfrastructureConfigurationOutput
sourcefn clone(&self) -> CreateInfrastructureConfigurationOutput
fn clone(&self) -> CreateInfrastructureConfigurationOutput
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<CreateInfrastructureConfigurationOutput> for CreateInfrastructureConfigurationOutput
impl PartialEq<CreateInfrastructureConfigurationOutput> for CreateInfrastructureConfigurationOutput
sourcefn eq(&self, other: &CreateInfrastructureConfigurationOutput) -> bool
fn eq(&self, other: &CreateInfrastructureConfigurationOutput) -> bool
impl StructuralPartialEq for CreateInfrastructureConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateInfrastructureConfigurationOutput
impl Send for CreateInfrastructureConfigurationOutput
impl Sync for CreateInfrastructureConfigurationOutput
impl Unpin for CreateInfrastructureConfigurationOutput
impl UnwindSafe for CreateInfrastructureConfigurationOutput
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