Class: Aws::ServiceDiscovery::Types::UpdateServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::UpdateServiceRequest
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID or Amazon Resource Name (ARN) 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 or Amazon Resource Name (ARN) of the service that you want to update. If the namespace associated with the service is shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide
3745 3746 3747 3748 3749 3750 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3745 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).
3745 3746 3747 3748 3749 3750 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 3745 class UpdateServiceRequest < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |