Class: Aws::Types::DeleteResourcePolicyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_id ⇒ ::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def policy_id
  @policy_id
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def resource_arn
  @resource_arn
end