Class: Aws::Types::PutResourcePolicyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confirm_remove_self_resource_accessBoolean

Returns the value of attribute confirm_remove_self_resource_access.

Returns:

  • (Boolean)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def confirm_remove_self_resource_access
  @confirm_remove_self_resource_access
end

#expected_revision_id::String

Returns the value of attribute expected_revision_id.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def expected_revision_id
  @expected_revision_id
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def resource_arn
  @resource_arn
end