Class: Aws::Types::CustomPolicyDetails
- Inherits:
-
Object
- Object
- Aws::Types::CustomPolicyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_debug_log_delivery ⇒ Boolean
Returns the value of attribute enable_debug_log_delivery.
-
#policy_runtime ⇒ ::String
Returns the value of attribute policy_runtime.
-
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
Instance Attribute Details
#enable_debug_log_delivery ⇒ Boolean
Returns the value of attribute enable_debug_log_delivery.
495 496 497 |
# File 'sig/types.rbs', line 495 def enable_debug_log_delivery @enable_debug_log_delivery end |
#policy_runtime ⇒ ::String
Returns the value of attribute policy_runtime.
493 494 495 |
# File 'sig/types.rbs', line 493 def policy_runtime @policy_runtime end |
#policy_text ⇒ ::String
Returns the value of attribute policy_text.
494 495 496 |
# File 'sig/types.rbs', line 494 def policy_text @policy_text end |