Class: Aws::Types::UploadDocumentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"application/json", "application/xml"

Returns the value of attribute content_type.

Returns:

  • ("application/json", "application/xml")


133
134
135
# File 'sig/types.rbs', line 133

def content_type
  @content_type
end

#documents::IO

Returns the value of attribute documents.

Returns:

  • (::IO)


132
133
134
# File 'sig/types.rbs', line 132

def documents
  @documents
end