Class: Aws::MigrationHubRefactorSpaces::Types::DeleteServiceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

Deletes a Refactor Spaces service.

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.

Returns:

  • (String)


990
991
992
993
994
995
996
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 990

class DeleteServiceRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#environment_identifierString

The ID of the environment that the service is in.

Returns:

  • (String)


990
991
992
993
994
995
996
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 990

class DeleteServiceRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

The ID of the service to delete.

Returns:

  • (String)


990
991
992
993
994
995
996
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 990

class DeleteServiceRequest < Struct.new(
  :application_identifier,
  :environment_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end