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 or Amazon Resource Name (ARN) of the service that you want to delete.
Instance Attribute Details
#id ⇒ String
The ID or Amazon Resource Name (ARN) of the service that you want to delete. If the namespace associated with the service is shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see [Cross-account Cloud Map namespace sharing].
[1]: docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html
427 428 429 430 431 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 427 class DeleteServiceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |