Class: Aws::Types::GlossaryItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4384
4385
4386
# File 'sig/types.rbs', line 4384

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4382
4383
4384
# File 'sig/types.rbs', line 4382

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4383
4384
4385
# File 'sig/types.rbs', line 4383

def name
  @name
end