Class: Aws::Types::AutomatedReasoningPolicyBuildWorkflowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_id::String

Returns the value of attribute build_workflow_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

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


431
432
433
# File 'sig/types.rbs', line 431

def build_workflow_type
  @build_workflow_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


432
433
434
# File 'sig/types.rbs', line 432

def created_at
  @created_at
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def policy_arn
  @policy_arn
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

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


430
431
432
# File 'sig/types.rbs', line 430

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


433
434
435
# File 'sig/types.rbs', line 433

def updated_at
  @updated_at
end