Class: Aws::MediaStore::Types::DeleteContainerPolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediastore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container that holds the policy.

Returns:

  • (String)


253
254
255
256
257
# File 'lib/aws-sdk-mediastore/types.rb', line 253

class DeleteContainerPolicyInput < Struct.new(
  :container_name)
  SENSITIVE = []
  include Aws::Structure
end