Class: Aws::Types::GetAutomatedReasoningPolicyAnnotationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyAnnotationsResponse
- 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.
-
#annotations ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotation]
Returns the value of attribute annotations.
-
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def annotation_set_hash @annotation_set_hash end |
#annotations ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotation]
Returns the value of attribute annotations.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def annotations @annotations end |
#build_workflow_id ⇒ ::String
Returns the value of attribute build_workflow_id.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def build_workflow_id @build_workflow_id end |
#name ⇒ ::String
Returns the value of attribute name.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def updated_at @updated_at end |