Class: Aws::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotations ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotation]
Returns the value of attribute annotations.
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#last_updated_annotation_set_hash ⇒ ::String
Returns the value of attribute last_updated_annotation_set_hash.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#annotations ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotation]
Returns the value of attribute annotations.
3581 3582 3583 |
# File 'sig/types.rbs', line 3581 def annotations @annotations end |
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def build_workflow_id @build_workflow_id end |
#last_updated_annotation_set_hash ⇒ ::String
Returns the value of attribute last_updated_annotation_set_hash.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def last_updated_annotation_set_hash @last_updated_annotation_set_hash end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3579 3580 3581 |
# File 'sig/types.rbs', line 3579 def policy_arn @policy_arn end |