Class: Aws::ServiceDiscovery::Types::DeleteServiceAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DeleteServiceAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<String>
A list of keys corresponding to each attribute that you want to delete.
-
#service_id ⇒ String
The ID or Amazon Resource Name (ARN) of the service from which the attributes will be deleted.
Instance Attribute Details
#attributes ⇒ Array<String>
A list of keys corresponding to each attribute that you want to delete.
402 403 404 405 406 407 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 402 class DeleteServiceAttributesRequest < Struct.new( :service_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID or Amazon Resource Name (ARN) of the service from which the attributes will be deleted. For services created in a namespace 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
-
in the *Cloud Map
Developer Guide*.
[1]: docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html
402 403 404 405 406 407 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 402 class DeleteServiceAttributesRequest < Struct.new( :service_id, :attributes) SENSITIVE = [] include Aws::Structure end |