Class: Aws::Types::UpdatedAgentSkillsMdDescriptorFields
- Inherits:
-
Object
- Object
- Aws::Types::UpdatedAgentSkillsMdDescriptorFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::UpdatedDescriptorData
Returns the value of attribute data.
-
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
Returns the value of attribute data_schema_version.
-
#source ⇒ Types::UpdatedDescriptorSource
Returns the value of attribute source.
Instance Attribute Details
#data ⇒ Types::UpdatedDescriptorData
Returns the value of attribute data.
562 563 564 |
# File 'sig/types.rbs', line 562 def data @data end |
#data_schema_version ⇒ Types::UpdatedDataSchemaVersion
Returns the value of attribute data_schema_version.
563 564 565 |
# File 'sig/types.rbs', line 563 def data_schema_version @data_schema_version end |
#source ⇒ Types::UpdatedDescriptorSource
Returns the value of attribute source.
564 565 566 |
# File 'sig/types.rbs', line 564 def source @source end |