Class: Aws::ServiceDiscovery::Types::DeleteServiceAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<String>

A list of keys corresponding to each attribute that you want to delete.

Returns:

  • (Array<String>)


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_idString

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.

Returns:

  • (String)


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