Class: Aws::Types::GetAutomatedReasoningPolicyBuildWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyBuildWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#build_workflow_type ⇒ "INGEST_CONTENT", ...
Returns the value of attribute build_workflow_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#document_content_type ⇒ "pdf", "txt"
Returns the value of attribute document_content_type.
-
#document_description ⇒ ::String
Returns the value of attribute document_description.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
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.
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.
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.
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.
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.
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.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def policy_arn @policy_arn end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def updated_at @updated_at end |