Class: Aws::BedrockAgentCoreControl::Types::UpdatedServerDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatedServerDefinition
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Wrapper for updating a server definition with PATCH semantics. When present, the server definition is replaced with the provided value. When absent, the server definition is left unchanged. To unset, include the wrapper with the value set to null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optional_value ⇒ Types::ServerDefinition
The updated server definition value.
Instance Attribute Details
#optional_value ⇒ Types::ServerDefinition
The updated server definition value.
18015 18016 18017 18018 18019 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18015 class UpdatedServerDefinition < Struct.new( :optional_value) SENSITIVE = [] include Aws::Structure end |