Class: Aws::Types::A2aAgentCardDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::A2aAgentCardDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
-
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
12 13 14 |
# File 'sig/types.rbs', line 12 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
13 14 15 |
# File 'sig/types.rbs', line 13 def data_schema_version @data_schema_version end |
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
14 15 16 |
# File 'sig/types.rbs', line 14 def source @source end |