Class: Aws::Types::PutResourcePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyResponse
- 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.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def delegated_admin_resource_policy @delegated_admin_resource_policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def resource_arn @resource_arn end |
#resource_policy ⇒ ::String
Returns the value of attribute resource_policy.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def resource_policy @resource_policy end |