Class: Aws::Glacier::Types::VaultAccessPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::VaultAccessPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the vault access policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The vault access policy.
Instance Attribute Details
#policy ⇒ String
The vault access policy.
2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-glacier/types.rb', line 2338 class VaultAccessPolicy < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |