Class: Aws::MediaStore::Types::PutCorsPolicyInput

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 that you want to assign the CORS policy to.

Returns:

  • (String)


641
642
643
644
645
646
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 641

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

#cors_policyArray<Types::CorsRule>

The CORS policy to apply to the container.

Returns:



641
642
643
644
645
646
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 641

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