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

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

Overview

Note:

When making an API call, you may pass GetContainerPolicyInput data as a hash:

{
  container_name: "ContainerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container.

Returns:

  • (String)


308
309
310
311
# File 'lib/aws-sdk-mediastore/types.rb', line 308

class GetContainerPolicyInput < Struct.new(
  :container_name)
  include Aws::Structure
end