Class: Aws::Types::PutResourcePolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
580 581 582 |
# File 'sig/types.rbs', line 580 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def resource_arn @resource_arn end |