Class: Aws::AgentRegistryControl::Types::UpdatedAgUiDescriptorFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedAgUiDescriptorFields
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The set of AG-UI descriptor fields that can be individually updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::UpdatedDescriptorSource
The patch for the descriptor's source field.
Instance Attribute Details
#source ⇒ Types::UpdatedDescriptorSource
The patch for the descriptor's source field.
2293 2294 2295 2296 2297 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2293 class UpdatedAgUiDescriptorFields < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |