Class: Aws::AgentRegistryControl::Types::UpdatedDisplayName

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

Leaf patch wrapper for a registry record's display name. Omit to leave unchanged; supply an empty object to unset; supply optionalValue to set.

Constant Summary collapse

SENSITIVE =
[]

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)


2142
2143
2144
2145
2146
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2142

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