Class: Aws::Types::CreateAgentSpaceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentSpaceInput
- 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.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#preferences ⇒ ::Hash[("elevatedActionsEnabled"), bool]
Returns the value of attribute preferences.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
287 288 289 |
# File 'sig/types.rbs', line 287 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
284 285 286 |
# File 'sig/types.rbs', line 284 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def kms_key_arn @kms_key_arn end |
#locale ⇒ ::String
Returns the value of attribute locale.
285 286 287 |
# File 'sig/types.rbs', line 285 def locale @locale end |
#name ⇒ ::String
Returns the value of attribute name.
283 284 285 |
# File 'sig/types.rbs', line 283 def name @name end |
#preferences ⇒ ::Hash[("elevatedActionsEnabled"), bool]
Returns the value of attribute preferences.
289 290 291 |
# File 'sig/types.rbs', line 289 def preferences @preferences end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
288 289 290 |
# File 'sig/types.rbs', line 288 def @tags end |