Class: Aws::AgentRegistryControl::Types::UpdatedDataSchemaVersion

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

Overview

Leaf patch wrapper for a descriptor's data schema version. 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)


2015
2016
2017
2018
2019
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2015

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