Class: Aws::Types::AutomatedReasoningPolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#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.
686 687 688 |
# File 'sig/types.rbs', line 686 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
683 684 685 |
# File 'sig/types.rbs', line 683 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
682 683 684 |
# File 'sig/types.rbs', line 682 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
681 682 683 |
# File 'sig/types.rbs', line 681 def policy_arn @policy_arn end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
685 686 687 |
# File 'sig/types.rbs', line 685 def policy_id @policy_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
687 688 689 |
# File 'sig/types.rbs', line 687 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
684 685 686 |
# File 'sig/types.rbs', line 684 def version @version end |