Class: Aws::AgentRegistryControl::Types::UpdatedAgUiDescriptorFields

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sourceTypes::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