Class: Aws::ServiceDiscovery::Types::DeleteServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DeleteServiceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the service that you want to delete.
Instance Attribute Details
#id ⇒ String
The ID of the service that you want to delete.
381 382 383 384 385 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 381 class DeleteServiceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |