Class: Aws::Types::GlossaryTermItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4418
4419
4420
# File 'sig/types.rbs', line 4418

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4419
4420
4421
# File 'sig/types.rbs', line 4419

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


4420
4421
4422
# File 'sig/types.rbs', line 4420

def short_description
  @short_description
end