Class: Aws::MigrationHubRefactorSpaces::Types::DeleteServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
Deletes a Refactor Spaces service.
-
#environment_identifier ⇒ String
The ID of the environment that the service is in.
-
#service_identifier ⇒ String
The ID of the service to delete.
Instance Attribute Details
#application_identifier ⇒ String
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>
990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 990 class DeleteServiceRequest < Struct.new( :application_identifier, :environment_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment that the service is in.
990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 990 class DeleteServiceRequest < Struct.new( :application_identifier, :environment_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID of the service to delete.
990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 990 class DeleteServiceRequest < Struct.new( :application_identifier, :environment_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |