Class: Aws::Types::DocumentGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detected_signatures::Array[Types::DetectedSignature]

Returns the value of attribute detected_signatures.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def detected_signatures
  @detected_signatures
end

#split_documents::Array[Types::SplitDocument]

Returns the value of attribute split_documents.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def split_documents
  @split_documents
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def type
  @type
end

#undetected_signatures::Array[Types::UndetectedSignature]

Returns the value of attribute undetected_signatures.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def undetected_signatures
  @undetected_signatures
end