Class: Aws::Types::PutSinkPolicyInput

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)


217
218
219
# File 'sig/types.rbs', line 217

def policy
  @policy
end

#sink_identifier ⇒ ::String

Returns the value of attribute sink_identifier.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def sink_identifier
  @sink_identifier
end