Class: Aws::AgentRegistryControl::Types::UpdatedDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optional_valueString

The value to set for this field. Omit the wrapper to leave the field unchanged.

Returns:

  • (String)


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