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)


61
62
63
# File 'sig/types.rbs', line 61

def data
  @data
end

#data_schema_version::String

Returns the value of attribute data_schema_version.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def data_schema_version
  @data_schema_version
end

#sourceTypes::DescriptorSource

Returns the value of attribute source.



63
64
65
# File 'sig/types.rbs', line 63

def source
  @source
end