Class: Aws::Types::DescribeEffectivePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEffectivePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_type ⇒ "TAG_POLICY", ...
Returns the value of attribute policy_type.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#policy_type ⇒ "TAG_POLICY", ...
Returns the value of attribute policy_type.
275 276 277 |
# File 'sig/types.rbs', line 275 def policy_type @policy_type end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def target_id @target_id end |