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.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def deleted @deleted end |
#errors ⇒ ::Array[Types::BatchDeleteKnowledgeBaseFailure]
Returns the value of attribute errors.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def errors @errors end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def status @status end |