Class: Aws::Types::UpdateAutomatedReasoningPolicyAnnotationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomatedReasoningPolicyAnnotationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_set_hash ⇒ ::String
Returns the value of attribute annotation_set_hash.
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#annotation_set_hash ⇒ ::String
Returns the value of attribute annotation_set_hash.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def annotation_set_hash @annotation_set_hash end |
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
3588 3589 3590 |
# File 'sig/types.rbs', line 3588 def build_workflow_id @build_workflow_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
3587 3588 3589 |
# File 'sig/types.rbs', line 3587 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3590 3591 3592 |
# File 'sig/types.rbs', line 3590 def updated_at @updated_at end |