Class: Aws::Types::GetResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
167 168 169 |
# File 'sig/types.rbs', line 167 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
168 169 170 |
# File 'sig/types.rbs', line 168 def name @name end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
169 170 171 |
# File 'sig/types.rbs', line 169 def resource_policy @resource_policy end |