Class: Aws::Types::CreateGlossaryTermInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryTermInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#glossary_identifier ⇒ ::String
Returns the value of attribute glossary_identifier.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def domain_identifier @domain_identifier end |
#glossary_identifier ⇒ ::String
Returns the value of attribute glossary_identifier.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def glossary_identifier @glossary_identifier end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def short_description @short_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def status @status end |
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def term_relations @term_relations end |