Class: Aws::Types::GetResourcePoliciesResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePoliciesResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def policy @policy end |
#policy_hash ⇒ ::String
Returns the value of attribute policy_hash.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def policy_hash @policy_hash end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def policy_id @policy_id end |