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)


4408
4409
4410
# File 'sig/types.rbs', line 4408

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4409
4410
4411
# File 'sig/types.rbs', line 4409

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


4410
4411
4412
# File 'sig/types.rbs', line 4410

def short_description
  @short_description
end