Class: Aws::AgentRegistryControl::Types::UpdatedDataSchemaVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDataSchemaVersion
- 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
-
#optional_value ⇒ String
The value to set for this field.
Instance Attribute Details
#optional_value ⇒ String
The value to set for this field. Omit the wrapper to leave the field unchanged.
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 |