Class: Aws::Types::BatchDeleteKnowledgeBaseResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def status
  @status
end