Class: Aws::Types::AutomatedReasoningPolicySourceDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:document, :document_name, :document_description])

Instance Attribute Summary collapse

Instance Attribute Details

#document::String

Returns the value of attribute document.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def document
  @document
end

#document_content_type"pdf", "txt"

Returns the value of attribute document_content_type.

Returns:

  • ("pdf", "txt")


662
663
664
# File 'sig/types.rbs', line 662

def document_content_type
  @document_content_type
end

#document_description::String

Returns the value of attribute document_description.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def document_description
  @document_description
end

#document_hash::String

Returns the value of attribute document_hash.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def document_hash
  @document_hash
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def document_name
  @document_name
end