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.
686 687 688 |
# File 'sig/types.rbs', line 686 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
689 690 691 |
# File 'sig/types.rbs', line 689 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
687 688 689 |
# File 'sig/types.rbs', line 687 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
691 692 693 |
# File 'sig/types.rbs', line 691 def server_side_encryption_configuration @server_side_encryption_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
690 691 692 |
# File 'sig/types.rbs', line 690 def end |
#type ⇒ "AGENT"
Returns the value of attribute type.
688 689 690 |
# File 'sig/types.rbs', line 688 def type @type end |