Class: Aws::Types::CreateAIAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "MANUAL_SEARCH", ...
Returns the value of attribute type.
-
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def assistant_id @assistant_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
570 571 572 |
# File 'sig/types.rbs', line 570 def client_token @client_token end |
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
574 575 576 |
# File 'sig/types.rbs', line 574 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
577 578 579 |
# File 'sig/types.rbs', line 577 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
572 573 574 |
# File 'sig/types.rbs', line 572 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
576 577 578 |
# File 'sig/types.rbs', line 576 def end |
#type ⇒ "MANUAL_SEARCH", ...
Returns the value of attribute type.
573 574 575 |
# File 'sig/types.rbs', line 573 def type @type end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
575 576 577 |
# File 'sig/types.rbs', line 575 def visibility_status @visibility_status end |