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.
597 598 599 |
# File 'sig/types.rbs', line 597 def policy @policy end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def resource_arn @resource_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def stream_id @stream_id end |