Class: Aws::Types::GetAutomatedReasoningPolicyBuildWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:document_name, :document_description])

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_id::String

Returns the value of attribute build_workflow_id.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def build_workflow_id
  @build_workflow_id
end

#build_workflow_type"INGEST_CONTENT", ...

Returns the value of attribute build_workflow_type.

Returns:

  • ("INGEST_CONTENT", "REFINE_POLICY", "IMPORT_POLICY", "GENERATE_FIDELITY_REPORT", "GENERATE_POLICY_SCENARIOS", "RESOLVE_POLICY_AMBIGUITIES", "ITERATIVELY_REFINE_POLICY")


1738
1739
1740
# File 'sig/types.rbs', line 1738

def build_workflow_type
  @build_workflow_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def created_at
  @created_at
end

#document_content_type"pdf", "txt"

Returns the value of attribute document_content_type.

Returns:

  • ("pdf", "txt")


1740
1741
1742
# File 'sig/types.rbs', line 1740

def document_content_type
  @document_content_type
end

#document_description::String

Returns the value of attribute document_description.

Returns:

  • (::String)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def document_description
  @document_description
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def document_name
  @document_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def policy_arn
  @policy_arn
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

  • ("SCHEDULED", "CANCEL_REQUESTED", "PREPROCESSING", "BUILDING", "TESTING", "COMPLETED", "FAILED", "CANCELLED")


1737
1738
1739
# File 'sig/types.rbs', line 1737

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def updated_at
  @updated_at
end