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

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def name
  @name
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def policy_document
  @policy_document
end

#policy_revision_id::String

Returns the value of attribute policy_revision_id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def policy_revision_id
  @policy_revision_id
end