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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cors_policyArray<Types::CorsRule>

The CORS policy assigned to the container.

Returns:



348
349
350
351
# File 'lib/aws-sdk-mediastore/types.rb', line 348

class GetCorsPolicyOutput < Struct.new(
  :cors_policy)
  include Aws::Structure
end