Class: Aws::Types::GetGlossaryTermResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#glossary_id::String

Returns the value of attribute glossary_id.

Returns:

  • (::String)


3693
3694
3695
# File 'sig/types.rbs', line 3693

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3692
3693
3694
# File 'sig/types.rbs', line 3692

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


3696
3697
3698
# File 'sig/types.rbs', line 3696

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3694
3695
3696
# File 'sig/types.rbs', line 3694

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


3695
3696
3697
# File 'sig/types.rbs', line 3695

def short_description
  @short_description
end