Class: Aws::Types::BatchDeleteKnowledgeBaseResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteKnowledgeBaseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deleted ⇒ ::Array[Types::BatchDeleteKnowledgeBaseSuccess]
Returns the value of attribute deleted.
-
#errors ⇒ ::Array[Types::BatchDeleteKnowledgeBaseFailure]
Returns the value of attribute errors.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#deleted ⇒ ::Array[Types::BatchDeleteKnowledgeBaseSuccess]
Returns the value of attribute deleted.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def deleted @deleted end |
#errors ⇒ ::Array[Types::BatchDeleteKnowledgeBaseFailure]
Returns the value of attribute errors.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def errors @errors end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def status @status end |