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

#expected_revision_id::String

Returns the value of attribute expected_revision_id.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def expected_revision_id
  @expected_revision_id
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def resource_arn
  @resource_arn
end