class Aws::MigrationHubRefactorSpaces::Types::DeleteServiceRequest

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

data as a hash:

    {
      application_identifier: "ApplicationId", # required
      environment_identifier: "EnvironmentId", # required
      service_identifier: "ServiceId", # required
    }

@!attribute [rw] application_identifier

Deletes a Refactor Spaces service.

<note markdown="1"> The `RefactorSpacesSecurityGroup` security group must be removed
from all Amazon Web Services resources in the virtual private cloud
(VPC) prior to deleting a service with a URL endpoint in a VPC.

 </note>
@return [String]

@!attribute [rw] environment_identifier

The ID of the environment that the service is in.
@return [String]

@!attribute [rw] service_identifier

The ID of the service to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/DeleteServiceRequest AWS API Documentation

Constants

SENSITIVE