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

#expected_revision_id::String

Returns the value of attribute expected_revision_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def expected_revision_id
  @expected_revision_id
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def policy_name
  @policy_name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def resource_arn
  @resource_arn
end