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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 '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][1

in the *Cloud Map

Developer Guide*.

[1]: docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html

Returns:

  • (String)


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