Class: Aws::Types::DatasetAugmentedManifestsListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_data_s3_uri::String

Returns the value of attribute annotation_data_s3_uri.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("PLAIN_TEXT_DOCUMENT", "SEMI_STRUCTURED_DOCUMENT")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def source_documents_s3_uri
  @source_documents_s3_uri
end