Class: Aws::MediaStore::Types::GetCorsPolicyInput

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 GetCorsPolicyInput data as a hash:

{
  container_name: "ContainerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container that the policy is assigned to.

Returns:

  • (String)


337
338
339
340
# File 'lib/aws-sdk-mediastore/types.rb', line 337

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