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.
3307 3308 3309 3310 3311 3312 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3307 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.
3307 3308 3309 3310 3311 3312 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3307 class UpdateServiceRequest < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |