Class: Aws::Types::UploadDocumentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adds::Integer

Returns the value of attribute adds.

Returns:

  • (::Integer)


139
140
141
# File 'sig/types.rbs', line 139

def adds
  @adds
end

#deletes::Integer

Returns the value of attribute deletes.

Returns:

  • (::Integer)


140
141
142
# File 'sig/types.rbs', line 140

def deletes
  @deletes
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def status
  @status
end

#warnings::Array[Types::DocumentServiceWarning]

Returns the value of attribute warnings.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def warnings
  @warnings
end