Class: Aws::Types::StartAutomatedReasoningPolicyBuildWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#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")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3433
3434
3435
# File 'sig/types.rbs', line 3433

def policy_arn
  @policy_arn
end

#source_contentTypes::AutomatedReasoningPolicyBuildWorkflowSource

Returns the value of attribute source_content.



3436
3437
3438
# File 'sig/types.rbs', line 3436

def source_content
  @source_content
end