Class: Aws::Types::AutomatedReasoningPolicyBuildWorkflowDocument

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)


409
410
411
# File 'sig/types.rbs', line 409

def document
  @document
end

#document_content_type"pdf", "txt"

Returns the value of attribute document_content_type.

Returns:

  • ("pdf", "txt")


410
411
412
# File 'sig/types.rbs', line 410

def document_content_type
  @document_content_type
end

#document_description::String

Returns the value of attribute document_description.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def document_description
  @document_description
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def document_name
  @document_name
end