Class: Aws::Types::AgentSkillsMdDescriptor

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:data])

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


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.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def data_schema_version
  @data_schema_version
end

#sourceTypes::DescriptorSource

Returns the value of attribute source.



38
39
40
# File 'sig/types.rbs', line 38

def source
  @source
end