Class: Aws::MediaStore::Types::GetContainerPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::GetContainerPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The contents of the access policy.
Instance Attribute Details
#policy ⇒ String
The contents of the access policy.
354 355 356 357 358 |
# File 'lib/aws-sdk-mediastore/types.rb', line 354 class GetContainerPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |