Class: Aws::ServiceDiscovery::Types::UpdateServiceRequest

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

#idString

The ID of the service that you want to update.

Returns:

  • (String)


3308
3309
3310
3311
3312
3313
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3308

class UpdateServiceRequest < Struct.new(
  :id,
  :service)
  SENSITIVE = []
  include Aws::Structure
end

#serviceTypes::ServiceChange

A complex type that contains the new settings for the service.



3308
3309
3310
3311
3312
3313
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3308

class UpdateServiceRequest < Struct.new(
  :id,
  :service)
  SENSITIVE = []
  include Aws::Structure
end