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.
56 57 58 |
# File 'sig/types.rbs', line 56 def additional_data @additional_data end |
#data ⇒ ::String
Returns the value of attribute data.
54 55 56 |
# File 'sig/types.rbs', line 54 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
55 56 57 |
# File 'sig/types.rbs', line 55 def data_schema_version @data_schema_version end |