#[non_exhaustive]pub struct CreateEnvironmentInput { /* private fields */ }Implementations
sourceimpl CreateEnvironmentInput
impl CreateEnvironmentInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateEnvironment>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEnvironmentInput.
sourceimpl CreateEnvironmentInput
impl CreateEnvironmentInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the environment.
sourcepub fn network_fabric_type(&self) -> Option<&NetworkFabricType>
pub fn network_fabric_type(&self) -> Option<&NetworkFabricType>
The network fabric type of the environment.
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Trait Implementations
sourceimpl Clone for CreateEnvironmentInput
impl Clone for CreateEnvironmentInput
sourcefn clone(&self) -> CreateEnvironmentInput
fn clone(&self) -> CreateEnvironmentInput
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 Debug for CreateEnvironmentInput
impl Debug for CreateEnvironmentInput
sourceimpl PartialEq<CreateEnvironmentInput> for CreateEnvironmentInput
impl PartialEq<CreateEnvironmentInput> for CreateEnvironmentInput
sourcefn eq(&self, other: &CreateEnvironmentInput) -> bool
fn eq(&self, other: &CreateEnvironmentInput) -> bool
impl StructuralPartialEq for CreateEnvironmentInput
Auto Trait Implementations
impl RefUnwindSafe for CreateEnvironmentInput
impl Send for CreateEnvironmentInput
impl Sync for CreateEnvironmentInput
impl Unpin for CreateEnvironmentInput
impl UnwindSafe for CreateEnvironmentInput
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