Class: Aws::Types::PutSinkPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutSinkPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#sink_identifier ⇒ ::String
Returns the value of attribute sink_identifier.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
217 218 219 |
# File 'sig/types.rbs', line 217 def policy @policy end |
#sink_identifier ⇒ ::String
Returns the value of attribute sink_identifier.
218 219 220 |
# File 'sig/types.rbs', line 218 def sink_identifier @sink_identifier end |