Class: Aws::MediaStore::Types::GetCorsPolicyOutput

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

#cors_policyArray<Types::CorsRule>

The CORS policy assigned to the container.

Returns:



378
379
380
381
382
# File 'gems/aws-sdk-mediastore/lib/aws-sdk-mediastore/types.rb', line 378

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