Class: Aws::Types::CreateGlossaryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryInput
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
-
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def domain_identifier @domain_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def name @name end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def owning_project_identifier @owning_project_identifier end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def status @status end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def usage_restrictions @usage_restrictions end |