Class: Aws::Types::CreateAutomatedReasoningPolicyVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomatedReasoningPolicyVersionResponse
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
964 965 966 |
# File 'sig/types.rbs', line 964 def created_at @created_at end |
#definition_hash ⇒ ::String
Returns the value of attribute definition_hash.
963 964 965 |
# File 'sig/types.rbs', line 963 def definition_hash @definition_hash end |
#description ⇒ ::String
Returns the value of attribute description.
962 963 964 |
# File 'sig/types.rbs', line 962 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
961 962 963 |
# File 'sig/types.rbs', line 961 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
959 960 961 |
# File 'sig/types.rbs', line 959 def policy_arn @policy_arn end |
#version ⇒ ::String
Returns the value of attribute version.
960 961 962 |
# File 'sig/types.rbs', line 960 def version @version end |