class Aws::Proton::Types::UpdateServiceInput

@note When making an API call, you may pass UpdateServiceInput

data as a hash:

    {
      description: "Description",
      name: "ResourceName", # required
      spec: "SpecContents",
    }

@!attribute [rw] description

The edited service description.
@return [String]

@!attribute [rw] name

The name of the service to edit.
@return [String]

@!attribute [rw] spec

Lists the service instances to add and the existing service
instances to remain. Omit the existing service instances to delete
from the list. *Don't* include edits to the existing service
instances or pipeline. For more information, see *Edit a service* in
the [AWS Proton Administrator Guide][1] or the [AWS Proton User
Guide][2].

[1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-update.html
[2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-update.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateServiceInput AWS API Documentation

Constants

SENSITIVE