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.
36 37 38 |
# File 'sig/types.rbs', line 36 def data @data end |
#data_schema_version ⇒ ::String
Returns the value of attribute data_schema_version.
37 38 39 |
# File 'sig/types.rbs', line 37 def data_schema_version @data_schema_version end |
#source ⇒ Types::DescriptorSource
Returns the value of attribute source.
38 39 40 |
# File 'sig/types.rbs', line 38 def source @source end |