Class: Aws::ServiceDiscovery::Types::UpdateServiceAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateServiceAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
A string map that contains attribute key-value pairs.
-
#service_id ⇒ String
The ID of the service that you want to update.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
A string map that contains attribute key-value pairs.
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_id ⇒ String
The ID of the service that you want to update.
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 |