Class: Aws::Types::AgentSkillsMdDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::AgentSkillsMdDescriptor
- 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.
61 62 63 |
# File 'sig/types.rbs', line 61 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
62 63 64 |
# File 'sig/types.rbs', line 62 def data_schema_version @data_schema_version end |
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
63 64 65 |
# File 'sig/types.rbs', line 63 def source @source end |