Class: Aws::ServiceDiscovery::Types::UpdateServiceAttributesRequest

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

#attributesHash<String,String>

A string map that contains attribute key-value pairs.

Returns:

  • (Hash<String,String>)


3396
3397
3398
3399
3400
3401
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3396

class UpdateServiceAttributesRequest < Struct.new(
  :service_id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The ID of the service that you want to update.

Returns:

  • (String)


3396
3397
3398
3399
3400
3401
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3396

class UpdateServiceAttributesRequest < Struct.new(
  :service_id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end