Class: Aws::Types::DeleteAutomatedReasoningPolicyBuildWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAutomatedReasoningPolicyBuildWorkflowRequest
- 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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def build_workflow_id @build_workflow_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def last_updated_at @last_updated_at end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def policy_arn @policy_arn end |