Class: Aws::Types::DatasetAugmentedManifestsListItem
- Inherits:
-
Object
- Object
- Aws::Types::DatasetAugmentedManifestsListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_data_s3_uri ⇒ ::String
Returns the value of attribute annotation_data_s3_uri.
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#document_type ⇒ "PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT"
Returns the value of attribute document_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#source_documents_s3_uri ⇒ ::String
Returns the value of attribute source_documents_s3_uri.
Instance Attribute Details
#annotation_data_s3_uri ⇒ ::String
Returns the value of attribute annotation_data_s3_uri.
333 334 335 |
# File 'sig/types.rbs', line 333 def annotation_data_s3_uri @annotation_data_s3_uri end |
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
331 332 333 |
# File 'sig/types.rbs', line 331 def attribute_names @attribute_names end |
#document_type ⇒ "PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT"
Returns the value of attribute document_type.
335 336 337 |
# File 'sig/types.rbs', line 335 def document_type @document_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
332 333 334 |
# File 'sig/types.rbs', line 332 def s3_uri @s3_uri end |
#source_documents_s3_uri ⇒ ::String
Returns the value of attribute source_documents_s3_uri.
334 335 336 |
# File 'sig/types.rbs', line 334 def source_documents_s3_uri @source_documents_s3_uri end |