Class: Aws::Glacier::Types::VaultAccessPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Note:

When making an API call, you may pass VaultAccessPolicy data as a hash:

{
  policy: "string",
}

Contains the vault access policy.

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The vault access policy.

Returns:

  • (String)


2748
2749
2750
2751
# File 'lib/aws-sdk-glacier/types.rb', line 2748

class VaultAccessPolicy < Struct.new(
  :policy)
  include Aws::Structure
end