Class: Aws::Glacier::Types::VaultLockPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::VaultLockPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the vault lock policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The vault lock policy.
Instance Attribute Details
#policy ⇒ String
The vault lock policy.
2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-glacier/types.rb', line 2350 class VaultLockPolicy < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |