Class: Aws::Types::AIAgentData
- Inherits:
-
Object
- Object
- Aws::Types::AIAgentData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_arn ⇒ ::String
Returns the value of attribute ai_agent_arn.
-
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#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
#ai_agent_arn ⇒ ::String
Returns the value of attribute ai_agent_arn.
55 56 57 |
# File 'sig/types.rbs', line 55 def ai_agent_arn @ai_agent_arn end |
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def ai_agent_id @ai_agent_id end |
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def assistant_id @assistant_id end |
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
58 59 60 |
# File 'sig/types.rbs', line 58 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
60 61 62 |
# File 'sig/types.rbs', line 60 def description @description end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
59 60 61 |
# File 'sig/types.rbs', line 59 def modified_time @modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
56 57 58 |
# File 'sig/types.rbs', line 56 def name @name end |
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
63 64 65 |
# File 'sig/types.rbs', line 63 def origin @origin end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
64 65 66 |
# File 'sig/types.rbs', line 64 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
62 63 64 |
# File 'sig/types.rbs', line 62 def @tags end |
#type ⇒ "MANUAL_SEARCH", ...
Returns the value of attribute type.
57 58 59 |
# File 'sig/types.rbs', line 57 def type @type end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
61 62 63 |
# File 'sig/types.rbs', line 61 def visibility_status @visibility_status end |