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)


588
589
590
# File 'sig/types.rbs', line 588

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def resource_arn
  @resource_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def stream_id
  @stream_id
end