Class: Aws::Types::DetailedGlossaryTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :short_description])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def short_description
  @short_description
end