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)


4413
4414
4415
# File 'sig/types.rbs', line 4413

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4412
4413
4414
# File 'sig/types.rbs', line 4412

def name
  @name
end