Class: Aws::MediaStore::Types::GetContainerPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::GetContainerPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container.
Instance Attribute Details
#container_name ⇒ String
The name of the container.
342 343 344 345 346 |
# File 'lib/aws-sdk-mediastore/types.rb', line 342 class GetContainerPolicyInput < Struct.new( :container_name) SENSITIVE = [] include Aws::Structure end |