Class: Aws::Types::UpdateResourcePolicyRequest

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)


3691
3692
3693
# File 'sig/types.rbs', line 3691

def expected_revision_id
  @expected_revision_id
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


3690
3691
3692
# File 'sig/types.rbs', line 3690

def policy
  @policy
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3689
3690
3691
# File 'sig/types.rbs', line 3689

def resource_arn
  @resource_arn
end