Class: Aws::Types::PutSinkPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutSinkPolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
-
#sink_id ⇒ ::String
Returns the value of attribute sink_id.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
223 224 225 |
# File 'sig/types.rbs', line 223 def policy @policy end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
224 225 226 |
# File 'sig/types.rbs', line 224 def sink_arn @sink_arn end |
#sink_id ⇒ ::String
Returns the value of attribute sink_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def sink_id @sink_id end |