Class: Aws::Types::UpdateGlossaryInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryInput
- 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.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6641 6642 6643 |
# File 'sig/types.rbs', line 6641 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
6639 6640 6641 |
# File 'sig/types.rbs', line 6639 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6636 6637 6638 |
# File 'sig/types.rbs', line 6636 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def name @name end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
6640 6641 6642 |
# File 'sig/types.rbs', line 6640 def status @status end |