Class: Aws::MediaStore::Types::PutContainerPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::PutContainerPolicyInput
- 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.
-
#policy ⇒ String
The contents of the policy, which includes the following:.
Instance Attribute Details
#container_name ⇒ String
The name of the container.
619 620 621 622 623 624 |
# File 'lib/aws-sdk-mediastore/types.rb', line 619 class PutContainerPolicyInput < Struct.new( :container_name, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The contents of the policy, which includes the following:
-
One ‘Version` tag
-
One ‘Statement` tag that contains the standard tags for the policy.
619 620 621 622 623 624 |
# File 'lib/aws-sdk-mediastore/types.rb', line 619 class PutContainerPolicyInput < Struct.new( :container_name, :policy) SENSITIVE = [] include Aws::Structure end |