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

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 the policy is assigned to.

Returns:

  • (String)


366
367
368
369
370
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 366

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