Class: Aws::AgentRegistryControl::Types::UpdatedDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDescription
- Defined in:
- gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Wrapper for updating an optional Description field with PATCH semantics
Constant Summary collapse
- SENSITIVE =
[:optional_value]
Instance Attribute Summary collapse
-
#optional_value ⇒ String
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ String
The value to set for this field. Omit the wrapper to leave the field unchanged.
2526 2527 2528 2529 2530 |
# File 'gems/aws-sdk-agentregistrycontrol/lib/aws-sdk-agentregistrycontrol/types.rb', line 2526 class UpdatedDescription < Struct.new( :optional_value) SENSITIVE = [:optional_value] include Aws::Structure end |