Class: Aws::Types::PutResourcePolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePolicyInput
- 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.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
588 589 590 |
# File 'sig/types.rbs', line 588 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
586 587 588 |
# File 'sig/types.rbs', line 586 def resource_arn @resource_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def stream_id @stream_id end |