Class: Aws::Types::DeleteResourcePolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def resource_arn @resource_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def stream_id @stream_id end |