Class: Aws::Types::CreateGlossaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def name @name end |