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 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.
386 387 388 389 390 391 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 386 class DeleteServiceAttributesRequest < Struct.new( :service_id, :attributes) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service from which the attributes will be deleted.
386 387 388 389 390 391 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 386 class DeleteServiceAttributesRequest < Struct.new( :service_id, :attributes) SENSITIVE = [] include Aws::Structure end |