Class: Aws::Types::PutSinkPolicyOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def policy
  @policy
end

#sink_arn ⇒ ::String

Returns the value of attribute sink_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def sink_id
  @sink_id
end