Struct aws_sdk_ecs::output::CreateServiceOutput
source · [−]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.service: Option<Service>
The full description of your service following the create call.
A service will return either a capacityProviderStrategy
or launchType
parameter, but not both, depending where one was specified when it was created.
If a service is using the ECS
deployment controller, the deploymentController
and taskSets
parameters will not be returned.
if the service uses the CODE_DEPLOY
deployment controller, the deploymentController
, taskSets
and deployments
parameters will be returned, however the deployments
parameter will be an empty list.
Implementations
The full description of your service following the create call.
A service will return either a capacityProviderStrategy
or launchType
parameter, but not both, depending where one was specified when it was created.
If a service is using the ECS
deployment controller, the deploymentController
and taskSets
parameters will not be returned.
if the service uses the CODE_DEPLOY
deployment controller, the deploymentController
, taskSets
and deployments
parameters will be returned, however the deployments
parameter will be an empty list.
Creates a new builder-style object to manufacture CreateServiceOutput
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 CreateServiceOutput
impl Send for CreateServiceOutput
impl Sync for CreateServiceOutput
impl Unpin for CreateServiceOutput
impl UnwindSafe for CreateServiceOutput
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