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)


3674
3675
3676
# File 'sig/types.rbs', line 3674

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3673
3674
3675
# File 'sig/types.rbs', line 3673

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3675
3676
3677
# File 'sig/types.rbs', line 3675

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


3676
3677
3678
# File 'sig/types.rbs', line 3676

def short_description
  @short_description
end