Class: Aws::ServiceDiscovery::Types::UpdateServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateServiceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the service that you want to update.
-
#service ⇒ Types::ServiceChange
A complex type that contains the new settings for the service.
Instance Attribute Details
#id ⇒ String
The ID of the service that you want to update.
3418 3419 3420 3421 3422 3423 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3418 class UpdateServiceRequest < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::ServiceChange
A complex type that contains the new settings for the service. You can specify a maximum of 30 attributes (key-value pairs).
3418 3419 3420 3421 3422 3423 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3418 class UpdateServiceRequest < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |