Class: Aws::Types::GetResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegated_admin_resource_policy ⇒ ::String
Returns the value of attribute delegated_admin_resource_policy.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
Instance Attribute Details
#delegated_admin_resource_policy ⇒ ::String
Returns the value of attribute delegated_admin_resource_policy.
564 565 566 |
# File 'sig/types.rbs', line 564 def delegated_admin_resource_policy @delegated_admin_resource_policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def resource_arn @resource_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
563 564 565 |
# File 'sig/types.rbs', line 563 def resource_policy @resource_policy end |