Class: Aws::Types::PolicyARNType
- Inherits:
-
Object
- Object
- Aws::Types::PolicyARNType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ ::Array[Types::Alarm]
Returns the value of attribute alarms.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#alarms ⇒ ::Array[Types::Alarm]
Returns the value of attribute alarms.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def alarms @alarms end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def policy_arn @policy_arn end |