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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Description of the Resource

Returns:

  • (String)


2030
2031
2032
2033
2034
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2030

class UpdatedDescription < Struct.new(
  :optional_value)
  SENSITIVE = [:optional_value]
  include Aws::Structure
end