Class: Aws::Types::DeleteResourcePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_hash::String

Returns the value of attribute policy_hash.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def policy_hash
  @policy_hash
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def policy_id
  @policy_id
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def resource_arn
  @resource_arn
end