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.



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.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def status
  @status
end