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)


446
447
448
# File 'sig/types.rbs', line 446

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def resource_arn
  @resource_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def stream_id
  @stream_id
end