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

Description of the Resource

Returns:

  • (String)


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

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