Class: Aws::Types::EffectivePolicy
- Inherits:
-
Object
- Object
- Aws::Types::EffectivePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def policy_arn @policy_arn end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def policy_name @policy_name end |