Class: Aws::Types::AssistantData
- Inherits:
-
Object
- Object
- Aws::Types::AssistantData
- 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.
67 68 69 |
# File 'sig/types.rbs', line 67 def assistant_arn @assistant_arn end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def assistant_id @assistant_id end |
#description ⇒ ::String
Returns the value of attribute description.
69 70 71 |
# File 'sig/types.rbs', line 69 def description @description end |
#integration_configuration ⇒ Types::AssistantIntegrationConfiguration
Returns the value of attribute integration_configuration.
70 71 72 |
# File 'sig/types.rbs', line 70 def integration_configuration @integration_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
71 72 73 |
# File 'sig/types.rbs', line 71 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
72 73 74 |
# File 'sig/types.rbs', line 72 def server_side_encryption_configuration @server_side_encryption_configuration end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
73 74 75 |
# File 'sig/types.rbs', line 73 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
74 75 76 |
# File 'sig/types.rbs', line 74 def @tags end |
#type ⇒ "AGENT"
Returns the value of attribute type.
75 76 77 |
# File 'sig/types.rbs', line 75 def type @type end |