Class: Aws::Types::GetSinkPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSinkPolicyOutput
- 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.
106 107 108 |
# File 'sig/types.rbs', line 106 def policy @policy end |
#sink_arn ⇒ ::String
Returns the value of attribute sink_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def sink_arn @sink_arn end |
#sink_id ⇒ ::String
Returns the value of attribute sink_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def sink_id @sink_id end |