Class: Aws::Types::DocumentGroup
- Inherits:
-
Object
- Object
- Aws::Types::DocumentGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detected_signatures ⇒ ::Array[Types::DetectedSignature]
Returns the value of attribute detected_signatures.
-
#split_documents ⇒ ::Array[Types::SplitDocument]
Returns the value of attribute split_documents.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#undetected_signatures ⇒ ::Array[Types::UndetectedSignature]
Returns the value of attribute undetected_signatures.
Instance Attribute Details
#detected_signatures ⇒ ::Array[Types::DetectedSignature]
Returns the value of attribute detected_signatures.
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.
209 210 211 |
# File 'sig/types.rbs', line 209 def split_documents @split_documents end |
#type ⇒ ::String
Returns the value of attribute type.
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.
211 212 213 |
# File 'sig/types.rbs', line 211 def undetected_signatures @undetected_signatures end |