Class: Aws::Types::UpdatedA2aAgentCardDescriptorFields
- Inherits:
-
Object
- Object
- Aws::Types::UpdatedA2aAgentCardDescriptorFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::UpdatedDescriptorData
Returns the value of attribute data.
-
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
Returns the value of attribute data_schema_version.
-
#source ⇒ Types::UpdatedDescriptorSource
Returns the value of attribute source.
Instance Attribute Details
#data ⇒ Types::UpdatedDescriptorData
Returns the value of attribute data.
626 627 628 |
# File 'sig/types.rbs', line 626 def data @data end |
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
Returns the value of attribute data_schema_version.
627 628 629 |
# File 'sig/types.rbs', line 627 def data_schema_version @data_schema_version end |
#source ⇒ Types::UpdatedDescriptorSource
Returns the value of attribute source.
628 629 630 |
# File 'sig/types.rbs', line 628 def source @source end |