Class: Aws::ServiceDiscovery::Types::DeleteServiceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Note:

When making an API call, you may pass DeleteServiceRequest data as a hash:

{
  id: "ResourceId", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the service that you want to delete.

Returns:

  • (String)


438
439
440
441
442
# File 'lib/aws-sdk-servicediscovery/types.rb', line 438

class DeleteServiceRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end