Class: Aws::Types::CreateGlossaryTermResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryTermResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def short_description @short_description end |