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

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def client_token
  @client_token
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def policy_document
  @policy_document
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def revision_id
  @revision_id
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def workspace_id
  @workspace_id
end