Class: Aws::Types::GetAutomatedReasoningPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedReasoningPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#definition_hash ⇒ ::String
Returns the value of attribute definition_hash.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def created_at @created_at end |
#definition_hash ⇒ ::String
Returns the value of attribute definition_hash.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def definition_hash @definition_hash end |
#description ⇒ ::String
Returns the value of attribute description.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def policy_arn @policy_arn end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def policy_id @policy_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def version @version end |