Class: Aws::Types::AssistantSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssistantSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
Returns the value of attribute integration_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "AGENT"
Returns the value of attribute type.
Instance Attribute Details
#assistant_arn ⇒ ::String
Returns the value of attribute assistant_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def assistant_id @assistant_id end |
#description ⇒ ::String
Returns the value of attribute description.
87 88 89 |
# File 'sig/types.rbs', line 87 def description @description end |
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
Returns the value of attribute integration_configuration.
88 89 90 |
# File 'sig/types.rbs', line 88 def integration_configuration @integration_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
89 90 91 |
# File 'sig/types.rbs', line 89 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
90 91 92 |
# File 'sig/types.rbs', line 90 def server_side_encryption_configuration @server_side_encryption_configuration end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
91 92 93 |
# File 'sig/types.rbs', line 91 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
92 93 94 |
# File 'sig/types.rbs', line 92 def @tags end |
#type ⇒ "AGENT"
Returns the value of attribute type.
93 94 95 |
# File 'sig/types.rbs', line 93 def type @type end |