Class: Aws::Types::AugmentedManifestsListItem

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)


15
16
17
# File 'sig/types.rbs', line 15

def annotation_data_s3_uri
  @annotation_data_s3_uri
end

#attribute_names::Array[::String]

Returns the value of attribute attribute_names.

Returns:

  • (::Array[::String])


14
15
16
# File 'sig/types.rbs', line 14

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")


17
18
19
# File 'sig/types.rbs', line 17

def document_type
  @document_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def s3_uri
  @s3_uri
end

#source_documents_s3_uri::String

Returns the value of attribute source_documents_s3_uri.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def source_documents_s3_uri
  @source_documents_s3_uri
end

#split"TRAIN", "TEST"

Returns the value of attribute split.

Returns:

  • ("TRAIN", "TEST")


13
14
15
# File 'sig/types.rbs', line 13

def split
  @split
end