Class: Aws::Types::AIAgentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIAgentSummary
- 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.
74 75 76 |
# File 'sig/types.rbs', line 74 def ai_agent_arn @ai_agent_arn end |
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def ai_agent_id @ai_agent_id end |
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
71 72 73 |
# File 'sig/types.rbs', line 71 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def assistant_id @assistant_id end |
#configuration ⇒ Types::AIAgentConfiguration
Returns the value of attribute configuration.
77 78 79 |
# File 'sig/types.rbs', line 77 def configuration @configuration end |
#description ⇒ ::String
Returns the value of attribute description.
79 80 81 |
# File 'sig/types.rbs', line 79 def description @description end |
#modified_time ⇒ ::Time
Returns the value of attribute modified_time.
75 76 77 |
# File 'sig/types.rbs', line 75 def modified_time @modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
69 70 71 |
# File 'sig/types.rbs', line 69 def name @name end |
#origin ⇒ "SYSTEM", "CUSTOMER"
Returns the value of attribute origin.
78 79 80 |
# File 'sig/types.rbs', line 78 def origin @origin end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
80 81 82 |
# File 'sig/types.rbs', line 80 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
81 82 83 |
# File 'sig/types.rbs', line 81 def @tags end |
#type ⇒ "MANUAL_SEARCH", ...
Returns the value of attribute type.
73 74 75 |
# File 'sig/types.rbs', line 73 def type @type end |
#visibility_status ⇒ "SAVED", "PUBLISHED"
Returns the value of attribute visibility_status.
76 77 78 |
# File 'sig/types.rbs', line 76 def visibility_status @visibility_status end |