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

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

#attributesHash<String,String>

A string map that contains attribute key-value pairs.

Returns:

  • (Hash<String,String>)


3715
3716
3717
3718
3719
3720
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3715

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

#service_idString

The ID or Amazon Resource Name (ARN) of the service that you want to update. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN.

Returns:

  • (String)


3715
3716
3717
3718
3719
3720
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3715

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