Class: Aws::MediaStore::Types::GetContainerPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastore/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.

Returns:

  • (String)


342
343
344
345
346
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 342

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