Class: Aws::AgentRegistryControl::Types::UpdatedA2aAgentCardDescriptorFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedA2aAgentCardDescriptorFields
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The set of A2A agent card descriptor fields that can be individually updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::UpdatedDescriptorData
The patch for the descriptor's data field.
-
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
The patch for the descriptor's data schema version field.
-
#source ⇒ Types::UpdatedDescriptorSource
The patch for the descriptor's source field.
Instance Attribute Details
#data ⇒ Types::UpdatedDescriptorData
The patch for the descriptor's data field.
1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1815 class UpdatedA2aAgentCardDescriptorFields < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [] include Aws::Structure end |
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
The patch for the descriptor's data schema version field.
1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1815 class UpdatedA2aAgentCardDescriptorFields < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::UpdatedDescriptorSource
The patch for the descriptor's source field.
1815 1816 1817 1818 1819 1820 1821 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1815 class UpdatedA2aAgentCardDescriptorFields < Struct.new( :data, :data_schema_version, :source) SENSITIVE = [] include Aws::Structure end |