pub struct GetInfrastructureConfigurationRequest {
pub infrastructure_configuration_arn: String,
}
Expand description
GetInfrastructureConfiguration request object.
Fields§
§infrastructure_configuration_arn: String
The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.
Trait Implementations§
Source§impl Clone for GetInfrastructureConfigurationRequest
impl Clone for GetInfrastructureConfigurationRequest
Source§fn clone(&self) -> GetInfrastructureConfigurationRequest
fn clone(&self) -> GetInfrastructureConfigurationRequest
Returns a duplicate 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 Default for GetInfrastructureConfigurationRequest
impl Default for GetInfrastructureConfigurationRequest
Source§fn default() -> GetInfrastructureConfigurationRequest
fn default() -> GetInfrastructureConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetInfrastructureConfigurationRequest
impl PartialEq for GetInfrastructureConfigurationRequest
Source§fn eq(&self, other: &GetInfrastructureConfigurationRequest) -> bool
fn eq(&self, other: &GetInfrastructureConfigurationRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetInfrastructureConfigurationRequest
Auto Trait Implementations§
impl Freeze for GetInfrastructureConfigurationRequest
impl RefUnwindSafe for GetInfrastructureConfigurationRequest
impl Send for GetInfrastructureConfigurationRequest
impl Sync for GetInfrastructureConfigurationRequest
impl Unpin for GetInfrastructureConfigurationRequest
impl UnwindSafe for GetInfrastructureConfigurationRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more