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)


4389
4390
4391
# File 'sig/types.rbs', line 4389

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4390
4391
4392
# File 'sig/types.rbs', line 4390

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


4391
4392
4393
# File 'sig/types.rbs', line 4391

def short_description
  @short_description
end