Class: Aws::Types::ResourcePolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#ram_resource_share_region ⇒ ::String
Returns the value of attribute ram_resource_share_region.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
630 631 632 |
# File 'sig/types.rbs', line 630 def policy_document @policy_document end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def policy_id @policy_id end |
#ram_resource_share_region ⇒ ::String
Returns the value of attribute ram_resource_share_region.
632 633 634 |
# File 'sig/types.rbs', line 632 def ram_resource_share_region @ram_resource_share_region end |