Class: Aws::ServiceDiscovery::Types::DeleteServiceAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DeleteServiceAttributesRequest
- Defined in:
- gems/aws-sdk-servicediscovery/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 'gems/aws-sdk-servicediscovery/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 in the Cloud Map Developer Guide.
402 403 404 405 406 407 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 402 class DeleteServiceAttributesRequest < Struct.new( :service_id, :attributes) SENSITIVE = [] include Aws::Structure end |