Class: Aws::ServiceDiscovery::Types::UpdateServiceAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateServiceAttributesRequest
- Defined in:
- gems/aws-sdk-servicediscovery/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 or Amazon Resource Name (ARN) of the service that you want to update.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
A string map that contains attribute key-value pairs.
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_id ⇒ String
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.
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 |