Struct aws_sdk_workmail::input::CreateResourceInput [−][src]
#[non_exhaustive]pub struct CreateResourceInput {
pub organization_id: Option<String>,
pub name: Option<String>,
pub type: Option<ResourceType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.organization_id: Option<String>
The identifier associated with the organization for which the resource is created.
name: Option<String>
The name of the new resource.
type: Option<ResourceType>
The type of the new resource. The available types are equipment
and
room
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateResource, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateResource, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateResource
>
Creates a new builder-style object to manufacture CreateResourceInput
The identifier associated with the organization for which the resource is created.
The type of the new resource. The available types are equipment
and
room
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateResourceInput
impl Send for CreateResourceInput
impl Sync for CreateResourceInput
impl Unpin for CreateResourceInput
impl UnwindSafe for CreateResourceInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more