Class: Aws::Types::CreateGlossaryTermOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryTermOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
-
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def domain_id @domain_id end |
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def short_description @short_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def status @status end |
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def term_relations @term_relations end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def usage_restrictions @usage_restrictions end |