Class: Aws::Types::PutResourcePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_revision_id::String

Returns the value of attribute policy_revision_id.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def policy_revision_id
  @policy_revision_id
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def resource_arn
  @resource_arn
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def resource_policy
  @resource_policy
end