Class: Aws::Types::AutomatedReasoningPolicyBuildWorkflowSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyBuildWorkflowSummary
- 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.
-
#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.
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.
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.
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.
428 429 430 |
# File 'sig/types.rbs', line 428 def policy_arn @policy_arn end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
430 431 432 |
# File 'sig/types.rbs', line 430 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
433 434 435 |
# File 'sig/types.rbs', line 433 def updated_at @updated_at end |