Class: Aws::Types::CreateAssistantRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssistantRequest
- 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.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "AGENT"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
174 175 176 |
# File 'sig/types.rbs', line 174 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
175 176 177 |
# File 'sig/types.rbs', line 175 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
176 177 178 |
# File 'sig/types.rbs', line 176 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
177 178 179 |
# File 'sig/types.rbs', line 177 def server_side_encryption_configuration @server_side_encryption_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
178 179 180 |
# File 'sig/types.rbs', line 178 def @tags end |
#type ⇒ "AGENT"
Returns the value of attribute type.
179 180 181 |
# File 'sig/types.rbs', line 179 def type @type end |