Class: Aws::Types::CreateGlossaryTermResponse

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)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1519
1520
1521
# File 'sig/types.rbs', line 1519

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def short_description
  @short_description
end