Class: Aws::AgentRegistryControl::Types::UpdatedDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedDescription
- 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
-
#optional_value ⇒ String
Description of the Resource.
Instance Attribute Details
#optional_value ⇒ String
Description of the Resource
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 |