Class: Aws::Types::PutResourcePolicyInput

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)


597
598
599
# File 'sig/types.rbs', line 597

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def resource_arn
  @resource_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def stream_id
  @stream_id
end