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.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def short_description @short_description end |