Class: Aws::Types::StartAutomatedReasoningPolicyBuildWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAutomatedReasoningPolicyBuildWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_workflow_type ⇒ "INGEST_CONTENT", ...
Returns the value of attribute build_workflow_type.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#source_content ⇒ Types::AutomatedReasoningPolicyBuildWorkflowSource
Returns the value of attribute source_content.
Instance Attribute Details
#build_workflow_type ⇒ "INGEST_CONTENT", ...
Returns the value of attribute build_workflow_type.
3434 3435 3436 |
# File 'sig/types.rbs', line 3434 def build_workflow_type @build_workflow_type end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
3435 3436 3437 |
# File 'sig/types.rbs', line 3435 def client_request_token @client_request_token end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3433 3434 3435 |
# File 'sig/types.rbs', line 3433 def policy_arn @policy_arn end |
#source_content ⇒ Types::AutomatedReasoningPolicyBuildWorkflowSource
Returns the value of attribute source_content.
3436 3437 3438 |
# File 'sig/types.rbs', line 3436 def source_content @source_content end |