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)


4403
4404
4405
# File 'sig/types.rbs', line 4403

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4401
4402
4403
# File 'sig/types.rbs', line 4401

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4402
4403
4404
# File 'sig/types.rbs', line 4402

def name
  @name
end