Class: Aws::Types::AgentSkillsDefinitionDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::AgentSkillsDefinitionDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data ⇒ Types::AgentSkillsAdditionalData
Returns the value of attribute additional_data.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
Instance Attribute Details
#additional_data ⇒ Types::AgentSkillsAdditionalData
Returns the value of attribute additional_data.
31 32 33 |
# File 'sig/types.rbs', line 31 def additional_data @additional_data end |
#data ⇒ ::String
Returns the value of attribute data.
29 30 31 |
# File 'sig/types.rbs', line 29 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
30 31 32 |
# File 'sig/types.rbs', line 30 def data_schema_version @data_schema_version end |